JSON to HTML Converter
JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.
JSON to HTML Converter क्या है?
JSON to HTML Converter Danijel Kozar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON to HTML Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing the JSON to HTML Converter, a powerful and user-friendly Chrome extension designed to effortlessly transform your JSON files into well-structured HTML tables within your browser window. This extension is capable of parsing any valid JSON you provide and converting it into an HTML table. How to use: * After install you need to "Allow access to file URLs" for this extension to work. 1. Open a website with JSON content or drag and drop a local JSON file into the browser. 2. Click the CONVERT button, and an HTML table representation of your data will be displayed. Disclaimer: This extension is currently in beta mode, and some features may not work as expected. We appreciate your understanding and patience as we continue to improve and update the extension. Crafted by developers, for developers.
एक्सटेंशन की मूल जानकारी
नाम | JSON to HTML Converter |
ID | ffmacmdoeopofeppbgaoofomkmgiclmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/json-to-html-converter/ffmacmdoeopofeppbgaoofomkmgiclmp |
विवरण | JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table. |
फ़ाइल का आकार | 480 KB |
स्थापना संख्या | 1,154 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-05-10 |
प्रकाशन तिथि | 2023-05-08 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Danijel Kozar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON to HTML Converter", "description": "JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.", "version": "1.0", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ] } |