JSON Lite
Fast JSON viewer - highlights, shows items count/size, handles large files
Cos'è JSON Lite?
JSON Lite è un'estensione di Chrome sviluppata da Lauri Rooden, e la sua funzione principale è "Fast JSON viewer - highlights, shows items count/size, handles large files".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSON Lite
Scarica i file di estensione JSON Lite 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
Features: - Format JSON/JSONP responses and clipboard - Select and format/encode/decode text on every page - Collapsible arrays, objects and long values - Collapse all childs with Ctrl(Command) + Click - Collapse property also on all sibling items with Alt(Option) + Click - Count items and properties in a collection - Show collection sizes - Do its best to show large (10MB+) JSON files - Do its best to show invalid JSON files - Do not sort objects with numeric keys - Do not round large numbers - "Save as..." saves the original JSON document - Select and copy a working JSON from the formatted JSON Copyright (c) 2016-2023 Lauri Rooden The MIT License
Informazioni di Base sull'Estensione
Nome | JSON Lite |
ID | acacmjcicejlmjcheoklfdchempahoag |
URL Ufficiale | https://chromewebstore.google.com/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag |
Descrizione | Fast JSON viewer - highlights, shows items count/size, handles large files |
Dimensione del File | 21.82 KB |
Conteggio Installazioni | 10,498 |
Versione Corrente | 23.5.0 |
Ultimo Aggiornamento | 2023-05-20 |
Data di Pubblicazione | 2019-06-18 |
Valutazione | 4.88/5 Totale 48 Valutazioni |
Sviluppatore | Lauri Rooden |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lauriro/json-lite |
URL della Pagina di Aiuto | https://github.com/lauriro/json-lite/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Lite", "version": "23.5.0", "author": "Lauri Rooden", "description": "Fast JSON viewer - highlights, shows items count\/size, handles large files", "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "32": "img\/icon-32.png" }, "permissions": [ "contextMenus", "storage", "activeTab", "tabs", "scripting" ], "host_permissions": [ " |