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!                    

拡張機能の基本情報

名前 Harlem Shake The Web! Harlem Shake The Web!
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
}