Ultra Fast JSON Viewer
Quickly beautifies JSON.
O que é Ultra Fast JSON Viewer?
Ultra Fast JSON Viewer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Quickly beautifies JSON.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ultra Fast JSON Viewer
Baixe arquivos de extensão Ultra Fast JSON Viewer 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
Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.
Informações Básicas da Extensão
Nome | Ultra Fast JSON Viewer |
ID | achlegaapdgcnnhfmliagapbampafine |
URL Oficial | https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine |
Descrição | Quickly beautifies JSON. |
Tamanho do Arquivo | 9.94 KB |
Contagem de Instalações | 252 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-06-22 |
Data de Publicação | 2017-06-22 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultra Fast JSON Viewer", "version": "1.0.4", "description": "Quickly beautifies JSON.", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon - large.png", "default_popup": "popup.html" }, "author": "Ed Mak", "icons": { "128": "img\/icon - large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "settings.js", "jsonify.js" ] } ], "permissions": [ "*:\/\/*\/*", "storage" ] } |