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.
Vad är Json and Xml converter?
Json and Xml converter är en Chrome-tillägg utvecklad av Максим Шевцов, och dess huvudfunktion är "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Tilläggsskärmbilder
Ladda ner Json and Xml converter-förlängningens CRX-fil
Ladda ner Json and Xml converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Grundläggande Information om Tillägg
Namn | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
Officiell webbadress | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
Beskrivning | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
Filstorlek | 33.26 KB |
Antal Installationer | 64 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-07-09 |
Publiceringsdatum | 2023-07-09 |
Utvecklare | Максим Шевцов |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://apiexpert.net/ |
Stödda Språk | 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": [] } |