JSON Formatter
JSON online formatting tool. Simple, quick and easy to use.
O que é JSON Formatter?
JSON Formatter é uma extensão do Chrome desenvolvida por https://www.collaboradev.com, e sua principal característica é "JSON online formatting tool. Simple, quick and easy to use.".
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
A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results. Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab. A copy button allows for easy copying of the formatted JSON back to the clipboard.
Informações Básicas da Extensão
Nome | JSON Formatter |
ID | bbonbhlfjgpahljegfaibcgpchflglnl |
URL Oficial | https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl |
Descrição | JSON online formatting tool. Simple, quick and easy to use. |
Tamanho do Arquivo | 3.22 MB |
Contagem de Instalações | 1,948 |
Versão Atual | 1.4 |
Última Atualização | 2022-01-28 |
Data de Publicação | 2018-12-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.collaboradev.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://json.collaboradev.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "1.4", "description": "JSON online formatting tool. Simple, quick and easy to use.", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "manifest_version": 2, "permissions": [ "declarativeContent", "clipboardRead", "http:\/\/json.collaboradev.com\/", "https:\/\/json.collaboradev.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "overlay.html", "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.collaboradev.com\/*" ] } } |