Coder's Toolbox
A collection of the best resources for coders.
Wat is Coder's Toolbox?
Coder's Toolbox is een Chrome-extensie ontwikkeld door Tim Finnigan, en de belangrijkste functie is "A collection of the best resources for coders.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coder's Toolbox
Download Coder's 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
Easily access the key resources to help with coding. This list is customizable based on a user's preferences. Basisinformatie over de Extensie
| Naam | |
| ID | knlhnhhegdjhedaijoiaholkommidbad |
| Officiële URL | https://chromewebstore.google.com/detail/coders-toolbox/knlhnhhegdjhedaijoiaholkommidbad |
| Beschrijving | A collection of the best resources for coders. |
| Bestandsgrootte | 56.78 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-03-31 |
| Publicatiedatum | 2020-03-31 |
| Ontwikkelaar | Tim Finnigan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coder's Toolbox",
"description": "A collection of the best resources for coders.",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "toolbox.html"
},
"permissions": [
""
]
} | |