JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

Qu'est-ce que JSON pathfinder ?

JSON pathfinder est une extension Chrome développée par Unknown, et sa fonction principale est "Formats websites containing JSON and allows to search them using jsonpath".

Captures d'Écran de l'Extension

screenshot

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

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

                        Formats websites containing JSON and allows to search them using jsonpath                    

Informations de Base sur l'Extension

Nom JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
URL Officiel https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Description Formats websites containing JSON and allows to search them using jsonpath
Taille du Fichier 561 KB
Nombre d'Installations 9,247
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-10-31
Date de Publication 2016-10-31
Évaluation 2.55/5 Total 11 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/radek-novak/json-commander
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON pathfinder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/radek-novak\/json-commander",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/icon_128.png",
        "32": "icons\/icon_32.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage"
    ]
}