JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

ما هو JSON pathfinder؟

JSON pathfinder هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Formats websites containing JSON and allows to search them using jsonpath".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JSON pathfinder

قم بتنزيل ملفات الامتداد JSON pathfinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Formats websites containing JSON and allows to search them using jsonpath                    

معلومات أساسية عن التمديد

الاسم JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
عنوان URL الرسمي https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
الوصف Formats websites containing JSON and allows to search them using jsonpath
حجم الملف 561 KB
عدد التثبيتات 9,247
النسخة الحالية 0.0.1
آخر تحديث 2016-10-31
تاريخ النشر 2016-10-31
تقييم 2.55/5 مجموع تقييمات 11
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/radek-novak/json-commander
اللغات المدعومة 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"
    ]
}