JSON Lite
Fast JSON viewer - highlights, shows items count/size, handles large files
Vad är JSON Lite?
JSON Lite är en Chrome-tillägg utvecklad av Lauri Rooden, och dess huvudfunktion är "Fast JSON viewer - highlights, shows items count/size, handles large files".
Tilläggsskärmbilder
Ladda ner JSON Lite-förlängningens CRX-fil
Ladda ner JSON Lite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | JSON Lite |
ID | acacmjcicejlmjcheoklfdchempahoag |
Officiell webbadress | https://chromewebstore.google.com/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag |
Beskrivning | Fast JSON viewer - highlights, shows items count/size, handles large files |
Filstorlek | 21.82 KB |
Antal Installationer | 10,498 |
Aktuell Version | 23.5.0 |
Senast Uppdaterad | 2023-05-20 |
Publiceringsdatum | 2019-06-18 |
Betyg | 4.88/5 Totalt 48 Betyg |
Utvecklare | Lauri Rooden |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/lauriro/json-lite |
Hjälpsida URL | https://github.com/lauriro/json-lite/issues |
Stödda Språk | 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": [ " |