CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Hvad er CodinGame Toolbox?
CodinGame Toolbox er en Chrome-udvidelse udviklet af Husenap, og dens hovedfunktion er "An extension containing some handy tools for the CodinGame website".
Download CodinGame Toolbox-udvidelses-CRX-fil
Download CodinGame Toolbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | jhfehgjigbenebpninokfejjgkcnjbkh |
| Officiel URL | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
| Beskrivelse | An extension containing some handy tools for the CodinGame website |
| Filstørrelse | 52.99 KB |
| Antal Installationer | 117 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2016-11-26 |
| Udgivelsesdato | 2016-11-26 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | Husenap |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |