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.
O que é Json and Xml converter?
Json and Xml converter é uma extensão do Chrome desenvolvida por Максим Шевцов, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Json and Xml converter
Baixe arquivos de extensão Json and Xml converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Informações Básicas da Extensão
Nome | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
URL Oficial | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
Descrição | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
Tamanho do Arquivo | 33.26 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.1 |
Última Atualização | 2023-07-09 |
Data de Publicação | 2023-07-09 |
Desenvolvedor | Максим Шевцов |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://apiexpert.net/ |
Idiomas Suportados | 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": [] } |