JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
Hvad er JSONViewer?
JSONViewer er en Chrome-udvidelse udviklet af opponic, og dens hovedfunktion er "Format several JSON documents in one window, depends to your screen width, up to 6".
Udvidelsesskærmbilleder
Download JSONViewer-udvidelses-CRX-fil
Download JSONViewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer
Grundlæggende oplysninger om udvidelsen
Navn | JSONViewer |
ID | khbdpaabobknhhlpglenglkkhdmkfnca |
Officiel URL | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
Beskrivelse | Format several JSON documents in one window, depends to your screen width, up to 6 |
Filstørrelse | 565 KB |
Antal Installationer | 9,000 |
Nuværende Version | 2.1.0 |
Senest Opdateret | 2023-07-07 |
Udgivelsesdato | 2020-04-14 |
Bedømmelse | 4.80/5 Samlet 10 Bedømmelser |
Udvikler | opponic |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/oppoic/JSONViewer |
Hjælpeside-URL | https://github.com/oppoic/JSONViewer/issues |
Understøttede Sprog | 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" ] } |