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.
Hvad er Json and Xml converter?
Json and Xml converter er en Chrome-udvidelse udviklet af Максим Шевцов, og dens hovedfunktion er "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Udvidelsesskærmbilleder
Download Json and Xml converter-udvidelses-CRX-fil
Download Json and Xml converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| Officiel URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
| Beskrivelse | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
| Filstørrelse | 33.26 KB |
| Antal Installationer | 64 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2023-07-09 |
| Udgivelsesdato | 2023-07-09 |
| Udvikler | Максим Шевцов |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://apiexpert.net/ |
| Understøttede Sprog | 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": []
} | |