Harlem Shake

Make any website do the Harlem Shake

Harlem Shakeとは何ですか?

Harlem ShakeはHaywireによって開発されたChromeの拡張機能で、その主な機能は「Make any website do the Harlem Shake」です。

拡張機能のスクリーンショット

Harlem Shake拡張機能のCRXファイルをダウンロード

Harlem Shake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A fun, simple extension that lets any website do the Harlem Shake.                    

拡張機能の基本情報

名前 Harlem Shake Harlem Shake
ID gflnogcbndhcacldoddelnicfolfmdla
公式URL https://chrome.google.com/webstore/detail/harlem-shake/gflnogcbndhcacldoddelnicfolfmdla
説明 Make any website do the Harlem Shake
ファイルサイズ 590 KB
インストール数 1,000
現在のバージョン 1.1
最終更新日 2016-03-21
公開日 2016-03-21
評価 4.88/5 合計 8 レビュー
開発者 Haywire
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harlem Shake",
    "description": "Make any website do the Harlem Shake",
    "version": "1.1",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Harlem Shake"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "TweenMax.min.js",
                "EasePack.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}