Shake-a-tron
Let's shake it!
什么是Shake-a-tron?
Shake-a-tron是由Lanjelin开发的Chrome扩展程序,该扩展的主要功能是“Let's shake it!”。
扩展截图
下载Shake-a-tron扩展crx文件
下载Shake-a-tron扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.
扩展基本信息
名称 | Shake-a-tron |
ID | jlhdlgabjamboakeokgkilijbmoknlje |
官方URL | https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje |
简介 | Let's shake it! |
文件大小 | 37.64 KB |
安装次数 | 11 |
当前版本 | 1.0 |
更新时间 | 2015-12-28 |
上架时间 | 2015-12-27 |
评分 | 1.00/5 共1次评分 |
开发者 | Lanjelin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shake-a-tron", "version": "1.0", "description": "Let's shake it!", "icons": { "16": "icon-24.png", "48": "icon-50.png", "128": "icon-100.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "shake.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |