JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
Was ist JSONBeautifier?
JSONBeautifier ist eine Chrome-Erweiterung, die von US7 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows user to easily delimit those pesky JSONs in Solr".
Erweiterungsscreenshots
JSONBeautifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie JSONBeautifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows I hope this helps you ! -----Coming Soon---- Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
Offizielle URL | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
Beschreibung | This extension allows user to easily delimit those pesky JSONs in Solr |
Dateigröße | 56.76 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.67 |
Letztes Update | 2017-11-13 |
Veröffentlichungsdatum | 2017-11-13 |
Entwickler | US7 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/usharma7/JSONBeautifier |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSONBeautifier", "description": "This extension allows user to easily delimit those pesky JSONs in Solr", "version": "0.67", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "popup.js", "background.js", "selected.js" ], "persistent": true } } |