JSON.format

Format JSON data automatically

JSON.format क्या है?

JSON.format https://decentm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Format JSON data automatically"।

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

screenshot

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

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

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

                        Make JSON documents readable by reformatting them.                    

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

नाम JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
आधिकारिक URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
विवरण Format JSON data automatically
फ़ाइल का आकार 13.52 KB
स्थापना संख्या 355
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2018-04-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://decentm.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/DecentM/extension-json.format
सहायता पृष्ठ URL https://github.com/DecentM/extension-json.format/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}