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 | 
| 公式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:\/\/*\/*"
            ]
        }
    ]
}  |  |