JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
Cos'è JSONViewer?
JSONViewer è un'estensione di Chrome sviluppata da opponic, e la sua funzione principale è "Format several JSON documents in one window, depends to your screen width, up to 6".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSONViewer
Scarica i file di estensione JSONViewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer
Informazioni di Base sull'Estensione
Nome | JSONViewer |
ID | khbdpaabobknhhlpglenglkkhdmkfnca |
URL Ufficiale | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
Descrizione | Format several JSON documents in one window, depends to your screen width, up to 6 |
Dimensione del File | 565 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2023-07-07 |
Data di Pubblicazione | 2020-04-14 |
Valutazione | 4.80/5 Totale 10 Valutazioni |
Sviluppatore | opponic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/oppoic/JSONViewer |
URL della Pagina di Aiuto | https://github.com/oppoic/JSONViewer/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSONViewer", "description": "Format several JSON documents in one window, depends to your screen width, up to 6", "version": "2.1.0", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |