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

This extension turns Rabb.it circles into squares

Squared Rabb.it : [🐇⚪➡️🐇⬜] क्या है?

Squared Rabb.it : [🐇⚪➡️🐇⬜] bverveen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension turns Rabb.it circles into squares"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Squared Rabb.it : [🐇⚪➡️🐇⬜] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}