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. 擴展基本資訊
| 名稱 | |
| ID | jlhdlgabjamboakeokgkilijbmoknlje |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |