Squared Rabb.it : [🐇⚪➡️🐇⬜]

This extension turns Rabb.it circles into squares

Squared Rabb.it : [🐇⚪➡️🐇⬜]とは何ですか?

Squared Rabb.it : [🐇⚪➡️🐇⬜]はbverveenによって開発されたChromeの拡張機能で、その主な機能は「This extension turns Rabb.it circles into squares」です。

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

screenshot

Squared Rabb.it : [🐇⚪➡️🐇⬜]拡張機能のCRXファイルをダウンロード

Squared Rabb.it : [🐇⚪➡️🐇⬜]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        On the site https://rabb.it camera 'bubbles' are (on your screen) displayed as squares using this simple tool.


------{mini} Update log:------
- Since v.0.0.0.4 the button in the browser bar launches the Rabb.it website in a new tab.

- The 'readme&changelog' is moved to the 'options' page which you can find on chrome://extensions.  And future location for any options when necessarily.

- Name and description in 15 different languages; and it's usage depicted in Emoji. More soon(tm).                    

拡張機能の基本情報

名前 Squared Rabb.it : [🐇⚪➡️🐇⬜] Squared Rabb.it : [🐇⚪➡️🐇⬜]
ID neeioiebikhdebikdlbcgjbcoljfbmkk
公式URL https://chromewebstore.google.com/detail/squared-rabbit-%F0%9F%90%87%E2%9A%AA%E2%9E%A1%EF%B8%8F%F0%9F%90%87%E2%AC%9C/neeioiebikhdebikdlbcgjbcoljfbmkk
説明 This extension turns Rabb.it circles into squares
ファイルサイズ 54.78 KB
インストール数 14
現在のバージョン 0.0.0.5
最終更新日 2016-02-13
公開日 2016-02-13
評価 3.20/5 合計 5 レビュー
開発者 bverveen
支払い方法 free
対応言語 de,en,en-GB,en-US,nl,ca,da,et,es,es-419,fi,cs,el,bg,fa,bn,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.0.5",
    "icons": {
        "16": "squarerabbit16.png",
        "48": "squarerabbit48.png",
        "128": "squarerabbit128.png"
    },
    "browser_action": {
        "name": "__MSG_extName__",
        "default_icon": "squarerabbit128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/rabb.it\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/rabb.it\/"
    ],
    "default_locale": "en"
}