JSON Inspector - Explore your JSON files

JSON Inspector allows you to parse and explore your JSON files with ease in your browser

JSON Inspector - Explore your JSON files क्या है?

JSON Inspector - Explore your JSON files MUJO LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JSON Inspector allows you to parse and explore your JSON files with ease in your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JSON Inspector - Explore your JSON files एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        JSON inspector is a modern take on a JSON explorer. This allows you to view the data in the same way you would view data in you dev-tools.  

There is a few new concepts:

- Get out of the way unless needed, older plugin immediately formatted JSON. This plugin keeps the page how it is to allow for easy copy paste.
- Inspect in different context, just like how you inspect in html in a different  window. With this plugin we open a modal with the content inside of it to leave the original content alone while having a context to inspect.
- We are also open source!

https://github.com/mujo-code/json-inspector                    

एक्सटेंशन की मूल जानकारी

नाम JSON Inspector - Explore your JSON files JSON Inspector - Explore your JSON files
ID ddjdpbdnpfkdacbbeppjhkfehopmobeg
आधिकारिक URL https://chromewebstore.google.com/detail/json-inspector-explore-yo/ddjdpbdnpfkdacbbeppjhkfehopmobeg
विवरण JSON Inspector allows you to parse and explore your JSON files with ease in your browser
फ़ाइल का आकार 268 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-07-18
प्रकाशन तिथि 2021-07-18
डेवलपर MUJO LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mujo-code/json-inspector
गोपनीयता नीति पृष्ठ URL https://getmujo.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}