CodinGame Toolbox

An extension containing some handy tools for the CodinGame website

Qu'est-ce que CodinGame Toolbox ?

CodinGame Toolbox est une extension Chrome développée par Husenap, et sa fonction principale est "An extension containing some handy tools for the CodinGame website".

Télécharger le fichier CRX de l'extension CodinGame Toolbox

Téléchargez les fichiers d'extension CodinGame Toolbox 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

                        Tools:
- Turn the page into a chat only tab, nothing else.
- Remove the chat entirely and fill out the rest of the space with the current page.                    

Informations de Base sur l'Extension

Nom CodinGame Toolbox CodinGame Toolbox
ID jhfehgjigbenebpninokfejjgkcnjbkh
URL Officiel https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh
Description An extension containing some handy tools for the CodinGame website
Taille du Fichier 52.99 KB
Nombre d'Installations 117
Version Actuelle 1.2
Dernière Mise à Jour 2016-11-26
Date de Publication 2016-11-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur Husenap
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame Toolbox",
    "version": "1.2",
    "description": "An extension containing some handy tools for the CodinGame website",
    "author": "Husenap",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}