CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Was ist CodinGame Toolbox?
CodinGame Toolbox ist eine Chrome-Erweiterung, die von Husenap entwickelt wurde, und ihr Hauptmerkmal ist "An extension containing some handy tools for the CodinGame website".
CodinGame Toolbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodinGame Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
Offizielle URL | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Beschreibung | An extension containing some handy tools for the CodinGame website |
Dateigröße | 52.99 KB |
Installationsanzahl | 117 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-11-26 |
Veröffentlichungsdatum | 2016-11-26 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Husenap |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |