Juan Ramón JSON Beautifier

Quick JSON code beautifier by Juan Ramon Jimenez

Juan Ramón JSON Beautifier क्या है?

Juan Ramón JSON Beautifier http://www.juanramonjimenez.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick JSON code beautifier by Juan Ramon Jimenez"।

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

screenshot
screenshot

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

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

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

                        It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more.

I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store.

You can select text with json code, then push Ctrl + C (in windows, Command + C  in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it.

If you have suggestions please let me know: [email protected]                    

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

नाम Juan Ramón JSON Beautifier Juan Ramón JSON Beautifier
ID cggldejocpefikeabhclhgcohimdgcfh
आधिकारिक URL https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh
विवरण Quick JSON code beautifier by Juan Ramon Jimenez
फ़ाइल का आकार 10.78 KB
स्थापना संख्या 206
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-08-06
प्रकाशन तिथि 2014-08-06
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर http://www.juanramonjimenez.es
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://juanramonjimenez.es/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Juan Ram\u00f3n JSON Beautifier",
    "version": "1.0",
    "description": "Quick JSON code beautifier by Juan Ramon Jimenez",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Juan Ram\u00f3n JSON Beautifier",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}