JSONViewer

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

Qu'est-ce que JSONViewer ?

JSONViewer est une extension Chrome développée par opponic, et sa fonction principale est "Format several JSON documents in one window, depends to your screen width, up to 6".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JSONViewer

Téléchargez les fichiers d'extension JSONViewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
URL Officiel https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
Description Format several JSON documents in one window, depends to your screen width, up to 6
Taille du Fichier 565 KB
Nombre d'Installations 9,000
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-07-07
Date de Publication 2020-04-14
Évaluation 4.80/5 Total 10 Évaluations
Développeur opponic
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oppoic/JSONViewer
URL de la Page d'Aide https://github.com/oppoic/JSONViewer/issues
Langues Prises en Charge 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"
    ]
}