CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Vad är CodinGame Toolbox?
CodinGame Toolbox är en Chrome-tillägg utvecklad av Husenap, och dess huvudfunktion är "An extension containing some handy tools for the CodinGame website".
Ladda ner CodinGame Toolbox-förlängningens CRX-fil
Ladda ner CodinGame Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CodinGame Toolbox |
ID | jhfehgjigbenebpninokfejjgkcnjbkh |
Officiell webbadress | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
Beskrivning | An extension containing some handy tools for the CodinGame website |
Filstorlek | 52.99 KB |
Antal Installationer | 117 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-11-26 |
Publiceringsdatum | 2016-11-26 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Husenap |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |