JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

Was ist JSONViewer?

JSONViewer ist eine Chrome-Erweiterung, die von opponic entwickelt wurde, und ihr Hauptmerkmal ist "Format several JSON documents in one window, depends to your screen width, up to 6".

Erweiterungsscreenshots

screenshot

JSONViewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie JSONViewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer                    

Grundlegende Informationen zur Erweiterung

Name JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
Offizielle URL https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Beschreibung Format several JSON documents in one window, depends to your screen width, up to 6
Dateigröße 565 KB
Installationsanzahl 9,000
Aktuelle Version 2.1.0
Letztes Update 2023-07-07
Veröffentlichungsdatum 2020-04-14
Bewertung 4.80/5 Insgesamt 10 Bewertungen
Entwickler opponic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/oppoic/JSONViewer
Hilfeseite URL https://github.com/oppoic/JSONViewer/issues
Unterstützte Sprachen 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"
    ]
}