Json and Xml converter
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Json and Xml converter क्या है?
Json and Xml converter Максим Шевцов द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Json and Xml converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
एक्सटेंशन की मूल जानकारी
नाम | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
आधिकारिक URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
विवरण | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
फ़ाइल का आकार | 33.26 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-07-09 |
प्रकाशन तिथि | 2023-07-09 |
डेवलपर | Максим Шевцов |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://apiexpert.net/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Json and Xml converter", "description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.", "version": "1.1", "icons": { "16": "images\/empty_16.png", "32": "images\/empty_32.png", "48": "images\/empty_48.png", "64": "images\/empty_64.png", "128": "images\/empty_128.png" }, "action": { "default_popup": "popup\/popup.html" }, "permissions": [ "scripting", "activeTab" ], "background": [] } |