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

This extension turns Rabb.it circles into squares

Qu'est-ce que Squared Rabb.it : [🐇⚪➡️🐇⬜] ?

Squared Rabb.it : [🐇⚪➡️🐇⬜] est une extension Chrome développée par bverveen, et sa fonction principale est "This extension turns Rabb.it circles into squares".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Squared Rabb.it : [🐇⚪➡️🐇⬜]

Téléchargez les fichiers d'extension Squared Rabb.it : [🐇⚪➡️🐇⬜] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Squared Rabb.it : [🐇⚪➡️🐇⬜] Squared Rabb.it : [🐇⚪➡️🐇⬜]
ID neeioiebikhdebikdlbcgjbcoljfbmkk
URL Officiel 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
Description This extension turns Rabb.it circles into squares
Taille du Fichier 54.78 KB
Nombre d'Installations 14
Version Actuelle 0.0.0.5
Dernière Mise à Jour 2016-02-13
Date de Publication 2016-02-13
Évaluation 3.20/5 Total 5 Évaluations
Développeur bverveen
Type de Paiement free
Langues Prises en Charge 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"
}