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.
Was ist Json and Xml converter?
Json and Xml converter ist eine Chrome-Erweiterung, die von Максим Шевцов entwickelt wurde, und ihr Hauptmerkmal ist "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Erweiterungsscreenshots
Json and Xml converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Json and Xml converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| Offizielle URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
| Beschreibung | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
| Dateigröße | 33.26 KB |
| Installationsanzahl | 64 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-07-09 |
| Veröffentlichungsdatum | 2023-07-09 |
| Entwickler | Максим Шевцов |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://apiexpert.net/ |
| Unterstützte Sprachen | 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": []
} | |