JSON Quick Format
Provides quick and easy JSON formatting
Qu'est-ce que JSON Quick Format ?
JSON Quick Format est une extension Chrome développée par Alex, et sa fonction principale est "Provides quick and easy JSON formatting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON Quick Format
Téléchargez les fichiers d'extension JSON Quick Format 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
JSON formatter for formatting JSON copied from an external source, like a database. Provides the user with a colourfully represented and nicely formatted output of the input JSON (if valid). Otherwise, provides the user with an error message stating why the JSON has failed validation.
Informations de Base sur l'Extension
Nom | |
ID | gbclobadkjfnfaaglajllljdmkpamnae |
URL Officiel | https://chromewebstore.google.com/detail/json-quick-format/gbclobadkjfnfaaglajllljdmkpamnae |
Description | Provides quick and easy JSON formatting |
Taille du Fichier | 292 KB |
Nombre d'Installations | 618 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-08-28 |
Date de Publication | 2016-08-27 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | Alex |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Quick Format", "description": "Provides quick and easy JSON formatting", "version": "1.1", "browser_action": { "default_icon": "icon48.png" }, "permissions": [ "clipboardWrite" ], "background": { "scripts": [ "scripts\/background.js", "scripts\/common.js", "scripts\/jquery-2.1.1.min.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |