JSON Lite
Fast JSON viewer - highlights, shows items count/size, handles large files
Co to jest JSON Lite?
JSON Lite to rozszerzenie Chrome opracowane przez Lauri Rooden, a jego główną funkcją jest „Fast JSON viewer - highlights, shows items count/size, handles large files”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON Lite
Pobierz pliki rozszerzeń JSON Lite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | JSON Lite |
ID | acacmjcicejlmjcheoklfdchempahoag |
Oficjalny URL | https://chromewebstore.google.com/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag |
Opis | Fast JSON viewer - highlights, shows items count/size, handles large files |
Rozmiar pliku | 21.82 KB |
Liczba instalacji | 10,498 |
Aktualna Wersja | 23.5.0 |
Ostatnia Aktualizacja | 2023-05-20 |
Data Publikacji | 2019-06-18 |
Ocena | 4.88/5 Łącznie 48 Oceny |
Deweloper | Lauri Rooden |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lauriro/json-lite |
Adres URL Strony Pomocy | https://github.com/lauriro/json-lite/issues |
Obsługiwane Języki | 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": [ " |