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.
Qu'est-ce que Json and Xml converter ?
Json and Xml converter est une extension Chrome développée par Максим Шевцов, et sa fonction principale est "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Json and Xml converter
Téléchargez les fichiers d'extension Json and Xml converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Informations de Base sur l'Extension
Nom | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
URL Officiel | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
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. |
Taille du Fichier | 33.26 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-07-09 |
Date de Publication | 2023-07-09 |
Développeur | Максим Шевцов |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://apiexpert.net/ |
Langues Prises en Charge | 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": [] } |