JSON Formatter
Chrome extension to format JSON
O que é JSON Formatter?
JSON Formatter é uma extensão do Chrome desenvolvida por Ajanyan, e sua principal característica é "Chrome extension to format JSON".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JSON Formatter
Baixe arquivos de extensão JSON Formatter 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
This extension can be used to format JSON data. Usage 1 1. Select the JSON text on browser screen 2. Right click on the selected text 3. Click on Format JSON Usage 2 1. Click on the JSON format extension icon 2. Paste the JSON text to the input text area on the left side. 3. Click on Format button
Informações Básicas da Extensão
Nome | JSON Formatter |
ID | nheccekoienfcnaiegopcdbjanfgcojh |
URL Oficial | https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh |
Descrição | Chrome extension to format JSON |
Tamanho do Arquivo | 26.69 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-08-22 |
Data de Publicação | 2022-05-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Ajanyan |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "description": "Chrome extension to format JSON", "version": "1.1.1", "manifest_version": 3, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": [] } |