CodinGame Toolbox
An extension containing some handy tools for the CodinGame website
Wat is CodinGame Toolbox?
CodinGame Toolbox is een Chrome-extensie ontwikkeld door Husenap, en de belangrijkste functie is "An extension containing some handy tools for the CodinGame website".
Download het CRX-bestand van de extensie CodinGame Toolbox
Download CodinGame Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jhfehgjigbenebpninokfejjgkcnjbkh |
| Officiële URL | https://chromewebstore.google.com/detail/codingame-toolbox/jhfehgjigbenebpninokfejjgkcnjbkh |
| Beschrijving | An extension containing some handy tools for the CodinGame website |
| Bestandsgrootte | 52.99 KB |
| Aantal Installaties | 117 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-11-26 |
| Publicatiedatum | 2016-11-26 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Husenap |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |