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.
Wat is Json and Xml converter?
Json and Xml converter is een Chrome-extensie ontwikkeld door Максим Шевцов, en de belangrijkste functie is "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Extensie Screenshots
Download het CRX-bestand van de extensie Json and Xml converter
Download Json and Xml converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. Basisinformatie over de Extensie
| Naam | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| Officiële URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
| Beschrijving | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
| Bestandsgrootte | 33.26 KB |
| Aantal Installaties | 64 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-07-09 |
| Publicatiedatum | 2023-07-09 |
| Ontwikkelaar | Максим Шевцов |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://apiexpert.net/ |
| Ondersteunde Talen | 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": []
} | |