CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Co je CodinGame Toolbox?
CodinGame Toolbox je rozšíření Chrome vyvinuté Husenap, a jeho hlavní funkcí je „An extension containing some handy tools for the CodinGame website“.
Stáhnout soubor CRX rozšíření CodinGame Toolbox
Stáhněte si soubory rozšíření CodinGame Toolbox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
Oficiální URL | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Popis | An extension containing some handy tools for the CodinGame website |
Velikost souboru | 52.99 KB |
Počet instalací | 117 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2016-11-26 |
Datum Vydání | 2016-11-26 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Husenap |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |