Harlem Shake The Web!
Based on a bookmarket by Moovweb.
Harlem Shake The Web!คืออะไร?
Harlem Shake The Web! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LabLayers และคุณลักษณะหลักของมันคือ "Based on a bookmarket by Moovweb."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harlem Shake The Web!
ดาวน์โหลดไฟล์ส่วนขยาย Harlem Shake The Web! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome Extension based on http://blog.moovweb.com/2013/02/happy-valentines-day-internet-behold-the-harlem-shake-bookmarklet/ This adds a button to your toolbar that causes the website you are on to the the Harlem Shake. Just click it... and have fun!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ldejkceiibdbkgjfiagpjhjdadgkelib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib |
คำอธิบาย | Based on a bookmarket by Moovweb. |
ขนาดไฟล์ | 36.06 KB |
จำนวนการติดตั้ง | 2,169 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2013-06-05 |
วันที่เผยแพร่ | 2013-06-05 |
คะแนน | 4.81/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | LabLayers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Harlem Shake The Web!" }, "name": "Harlem Shake The Web!", "description": "Based on a bookmarket by Moovweb.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png", "160": "icon-160.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0", "manifest_version": 2 } |