JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
Co to jest JSONViewer?
JSONViewer to rozszerzenie Chrome opracowane przez opponic, a jego główną funkcją jest „Format several JSON documents in one window, depends to your screen width, up to 6”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSONViewer
Pobierz pliki rozszerzeń JSONViewer 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
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer
Podstawowe informacje o rozszerzeniu
Nazwa | JSONViewer |
ID | khbdpaabobknhhlpglenglkkhdmkfnca |
Oficjalny URL | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
Opis | Format several JSON documents in one window, depends to your screen width, up to 6 |
Rozmiar pliku | 565 KB |
Liczba instalacji | 9,000 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2023-07-07 |
Data Publikacji | 2020-04-14 |
Ocena | 4.80/5 Łącznie 10 Oceny |
Deweloper | opponic |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/oppoic/JSONViewer |
Adres URL Strony Pomocy | https://github.com/oppoic/JSONViewer/issues |
Obsługiwane Języki | 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" ] } |