JSON Formatter

Chrome extension to format JSON

JSON Formatter क्या है?

JSON Formatter Ajanyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to format JSON"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

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

नाम JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
आधिकारिक URL https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
विवरण Chrome extension to format JSON
फ़ाइल का आकार 26.69 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-08-22
प्रकाशन तिथि 2022-05-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Ajanyan
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}