JSON Viewer Pro
A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…
JSON Viewer Pro क्या है?
JSON Viewer Pro Rahul Baruri द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON Viewer Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅ Completely Free and no advertisements. Core features: ✅ Beautify JSON response from API ✅ Visual representation of JSON with Chart ✅ Depth traversing of JSON property using breadcrumbs ✅ Write custom JSON in Input area ✅ Import local JSON file ✅ Download JSON file using Context Menu ✅ URL filters ✅ Change Themes ✅ Custom CSS ✅ Cool User Interface. ✅ Copy property and value ✅ Access JSON in your console using only json keyword
एक्सटेंशन की मूल जानकारी
नाम | JSON Viewer Pro |
ID | eifflpmocdbdmepbjaopkkhbfmdgijcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc |
विवरण | A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅… |
फ़ाइल का आकार | 338 KB |
स्थापना संख्या | 385,193 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-03-21 |
प्रकाशन तिथि | 2020-10-04 |
रेटिंग | 4.77/5 कुल 111 रेटिंग्स |
डेवलपर | Rahul Baruri |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rbrahul/Awesome-JSON-Viewer |
सहायता पृष्ठ URL | https://github.com/rbrahul/Awesome-JSON-Viewer |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Viewer Pro", "short_name": "JSON Viewer", "offline_enabled": true, "version": "1.0.1", "manifest_version": 2, "icons": { "16": "images\/icons\/icon-16.png", "38": "images\/icons\/icon-32.png", "128": "images\/icons\/icon-128.png" }, "background": { "scripts": [ "\/js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "\/js\/contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_icon": "images\/icons\/icon-16.png" }, "permissions": [ "*:\/\/*\/*", "contextMenus" ], "web_accessible_resources": [ "\/js\/main.js", "\/css\/main.css", "\/css\/themes\/mdn.css", "options.html", "images\/icons\/gear.png" ] } |