JSON Formatter
Makes JSON easy to read. Open source.
Qu'est-ce que JSON Formatter ?
JSON Formatter est une extension Chrome développée par https://callumlocke.com, et sa fonction principale est "Makes JSON easy to read. Open source.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON Formatter
Téléchargez les fichiers d'extension JSON Formatter 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
The original JSON Formatter, now with optional dark mode 🌚 Auto-formats JSON when you load it in a browser tab. FEATURES - Fast, even on very long JSON pages - Dark mode - Syntax highlighting - Collapsible trees, with indent guides - Clickable URLs - Negligible performance impact on non-JSON pages (less than 1 millisecond) - Works on any valid JSON page – URL doesn't matter - Buttons for toggling between raw and parsed JSON Note: this extension might clash with other browser extensions that modify the DOM before it runs. If it doesn't seem to be working, try disabling other extensions. If it clashes with an extension you need, open an issue and I'll try to find a solution. SOME EXAMPLE JSON PAGES to try it out on: https://callumlocke.github.io/json-formatter/ PRO TIP Hold down control (or cmd on Mac) while collapsing a tree - collapses all siblings too. PRIVACY No tracking, no advertising, and nothing else nefarious. SOURCE CODE github.com/callumlocke/json-formatter ISSUES github.com/callumlocke/json-formatter/issues WHO MADE THIS twitter.com/callumlocke
Informations de Base sur l'Extension
Nom | JSON Formatter |
ID | bcjindcccaagfpapjjmafapmmgkkhgoa |
URL Officiel | https://chromewebstore.google.com/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa |
Description | Makes JSON easy to read. Open source. |
Taille du Fichier | 20.7 KB |
Nombre d'Installations | 2,677,987 |
Version Actuelle | 0.7.1 |
Dernière Mise à Jour | 2023-01-02 |
Date de Publication | 2020-04-20 |
Évaluation | 4.58/5 Total 1820 Évaluations |
Développeur | https://callumlocke.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/callumlocke/json-formatter |
URL de la Page d'Aide | https://github.com/callumlocke/json-formatter/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.7.1", "manifest_version": 3, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter", "minimum_chrome_version": "88", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "content_scripts": [ { "matches": [ " |