JSON++

JSON viewer with JSON path search

Qu'est-ce que JSON++ ?

JSON++ est une extension Chrome développée par Dovocode, et sa fonction principale est "JSON viewer with JSON path search".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension JSON++

Téléchargez les fichiers d'extension JSON++ 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

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

Informations de Base sur l'Extension

Nom JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
URL Officiel https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
Description JSON viewer with JSON path search
Taille du Fichier 60.41 KB
Nombre d'Installations 156
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-07-03
Date de Publication 2020-09-24
Développeur Dovocode
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}