CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Cos'è CodinGame Toolbox?
CodinGame Toolbox è un'estensione di Chrome sviluppata da Husenap, e la sua funzione principale è "An extension containing some handy tools for the CodinGame website".
Scarica il file CRX dell'estensione CodinGame Toolbox
Scarica i file di estensione CodinGame Toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
URL Ufficiale | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Descrizione | An extension containing some handy tools for the CodinGame website |
Dimensione del File | 52.99 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-11-26 |
Data di Pubblicazione | 2016-11-26 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Husenap |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |