JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
Vad är JSONViewer?
JSONViewer är en Chrome-tillägg utvecklad av opponic, och dess huvudfunktion är "Format several JSON documents in one window, depends to your screen width, up to 6".
Tilläggsskärmbilder
Ladda ner JSONViewer-förlängningens CRX-fil
Ladda ner JSONViewer-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
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer
Grundläggande Information om Tillägg
Namn | JSONViewer |
ID | khbdpaabobknhhlpglenglkkhdmkfnca |
Officiell webbadress | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
Beskrivning | Format several JSON documents in one window, depends to your screen width, up to 6 |
Filstorlek | 565 KB |
Antal Installationer | 9,000 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2023-07-07 |
Publiceringsdatum | 2020-04-14 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | opponic |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/oppoic/JSONViewer |
Hjälpsida URL | https://github.com/oppoic/JSONViewer/issues |
Stödda Språk | 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" ] } |