Harlem Shake The Web!
Based on a bookmarket by Moovweb.
什麼是Harlem Shake The Web!?
Harlem Shake The Web!是由LabLayers開發的Chrome擴展程式,該擴展的主要功能是“Based on a bookmarket by Moovweb.”。
擴展截圖
下載Harlem Shake The Web!擴展crx文件
下載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 |
官方網址 | 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 } |