JSONViewer

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

Wat is JSONViewer?

JSONViewer is een Chrome-extensie ontwikkeld door opponic, en de belangrijkste functie is "Format several JSON documents in one window, depends to your screen width, up to 6".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSONViewer

Download JSONViewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
Officiële URL https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Beschrijving Format several JSON documents in one window, depends to your screen width, up to 6
Bestandsgrootte 565 KB
Aantal Installaties 9,000
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-07-07
Publicatiedatum 2020-04-14
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar opponic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/oppoic/JSONViewer
Help Pagina-URL https://github.com/oppoic/JSONViewer/issues
Ondersteunde Talen 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"
    ]
}