JSON Formatter
Makes JSON easy to read. Open source.
JSON Formatter क्या है?
JSON Formatter https://www.cafeboy.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes JSON easy to read. Open source."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON Formatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
based on https://github.com/callumlocke/json-formatter add force to return application/json content-type action; change the font; fixed JSONP leading semicolon bug; dark mode.
एक्सटेंशन की मूल जानकारी
नाम | JSON Formatter |
ID | cfaihfocdnniaholfnjcemnfhcjchohb |
आधिकारिक URL | https://chromewebstore.google.com/detail/json-formatter/cfaihfocdnniaholfnjcemnfhcjchohb |
विवरण | Makes JSON easy to read. Open source. |
फ़ाइल का आकार | 30.93 KB |
स्थापना संख्या | 12,295 |
वर्तमान संस्करण | 0.6.0.3 |
अंतिम अपडेट | 2022-06-18 |
प्रकाशन तिथि | 2020-05-10 |
रेटिंग | 4.43/5 कुल 21 रेटिंग्स |
डेवलपर | https://www.cafeboy.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jumkey/json-formatter |
सहायता पृष्ठ URL | https://github.com/jumkey/json-formatter/issues |
गोपनीयता नीति पृष्ठ URL | https://www.cafeboy.org/privacy.html |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.6.0.3", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/jumkey\/json-formatter", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |