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é es Json and Xml converter?
Json and Xml converter es una extensión de Chrome desarrollada por Максим Шевцов, y su función principal es "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Json and Xml converter
Descarga archivos de extensión Json and Xml converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Información Básica de la Extensión
Nombre | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
URL Oficial | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
Descripción | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
Tamaño del Archivo | 33.26 KB |
Cantidad de Instalaciones | 64 |
Versión Actual | 1.1 |
Última Actualización | 2023-07-09 |
Fecha de Publicación | 2023-07-09 |
Desarrollador | Максим Шевцов |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://apiexpert.net/ |
Idiomas Soportados | 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": [] } |