Developer Toolbox
A toolbox for developers
Qu'est-ce que Developer Toolbox ?
Developer Toolbox est une extension Chrome développée par jingyuan, et sa fonction principale est "A toolbox for developers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Developer Toolbox
Téléchargez les fichiers d'extension Developer Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A Chrome extension for developers. What's inside? 1. An IP finder, with which you can copy your private or IP address with one click. 2. A JSON formatter, which allows you manipulate a JSON in an editor. 3. A case transform, which transform case between camel, underscore and kebab. 4. A image editor, which helps you produce avatar or icon fast.
Informations de Base sur l'Extension
Nom | Developer Toolbox |
ID | pgfabdffjnpacfhiciacbdhigogchehh |
URL Officiel | https://chromewebstore.google.com/detail/developer-toolbox/pgfabdffjnpacfhiciacbdhigogchehh |
Description | A toolbox for developers |
Taille du Fichier | 491 KB |
Nombre d'Installations | 141 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2019-05-29 |
Date de Publication | 2019-05-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jingyuan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Developer Toolbox", "description": "A toolbox for developers", "version": "1.1.7", "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } } |