JSON Viewer
Port of Firefox's JSON Viewer
Co je JSON Viewer?
JSON Viewer je rozšíření Chrome vyvinuté Rongjian Zhang, a jeho hlavní funkcí je „Port of Firefox's JSON Viewer“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JSON Viewer
Stáhněte si soubory rozšíření JSON Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is a port of Firefox's JSON Viewer If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons. Source code: https://github.com/pd4d10/json-viewer
Základní Informace o Rozšíření
Název | JSON Viewer |
ID | efknglbfhoddmmfabeihlemgekhhnabb |
Oficiální URL | https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb |
Popis | Port of Firefox's JSON Viewer |
Velikost souboru | 136 KB |
Počet instalací | 38,037 |
Aktuální Verze | 2.1.0 |
Poslední Aktualizace | 2023-09-17 |
Datum Vydání | 2018-05-27 |
Hodnocení | 4.75/5 Celkem 40 Hodnocení |
Vývojář | Rongjian Zhang |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/pd4d10/json-viewer |
URL Stránky Nápovědy | https://github.com/pd4d10/json-viewer |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Viewer", "version": "2.1.0", "description": "Port of Firefox's JSON Viewer", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer", "content_scripts": [ { "matches": [ " |