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 |
官方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 } |