JSON Formatter
Format the JSON
JSON Formatter क्या है?
JSON Formatter http://news2think.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Format the JSON"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON Formatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cijffkbbjcfdcaliomlcbddnmpjdpdbc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc |
विवरण | Format the JSON |
फ़ाइल का आकार | 34.77 KB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 2.0.4 |
अंतिम अपडेट | 2021-10-07 |
प्रकाशन तिथि | 2019-08-01 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | http://news2think.wordpress.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON Formatter", "description": "Format the JSON", "version": "2.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "jsonFormat.html" }, "permissions": [ "activeTab", "https:\/\/www.googletagmanager.com\/gtag\/js", "https:\/\/www.google-analytics.com\/analytics.js" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'" } |