JSON++

JSON viewer with JSON path search

Wat is JSON++?

JSON++ is een Chrome-extensie ontwikkeld door Dovocode, en de belangrijkste functie is "JSON viewer with JSON path search".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JSON++

Download JSON++-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

                        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                    

Basisinformatie over de Extensie

Naam JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
Officiële URL https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
Beschrijving JSON viewer with JSON path search
Bestandsgrootte 60.41 KB
Aantal Installaties 156
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-07-03
Publicatiedatum 2020-09-24
Ontwikkelaar Dovocode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}