Juan Ramón JSON Beautifier
Quick JSON code beautifier by Juan Ramon Jimenez
O que é Juan Ramón JSON Beautifier?
Juan Ramón JSON Beautifier é uma extensão do Chrome desenvolvida por http://www.juanramonjimenez.es, e sua principal característica é "Quick JSON code beautifier by Juan Ramon Jimenez".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Juan Ramón JSON Beautifier
Baixe arquivos de extensão Juan Ramón JSON Beautifier 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
It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more.
I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store.
You can select text with json code, then push Ctrl + C (in windows, Command + C in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it.
If you have suggestions please let me know: [email protected] Informações Básicas da Extensão
| Nome | |
| ID | cggldejocpefikeabhclhgcohimdgcfh |
| URL Oficial | https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh |
| Descrição | Quick JSON code beautifier by Juan Ramon Jimenez |
| Tamanho do Arquivo | 10.78 KB |
| Contagem de Instalações | 206 |
| Versão Atual | 1.0 |
| Última Atualização | 2014-08-06 |
| Data de Publicação | 2014-08-06 |
| Classificação | 5.00/5 Total de 5 Avaliações |
| Desenvolvedor | http://www.juanramonjimenez.es |
| [email protected] | |
| Tipo de Pagamento | free |
| URL da Página de Política de Privacidade | https://juanramonjimenez.es/privacy-policy |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"name": "Juan Ram\u00f3n JSON Beautifier",
"version": "1.0",
"description": "Quick JSON code beautifier by Juan Ramon Jimenez",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Juan Ram\u00f3n JSON Beautifier",
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"clipboardRead",
"clipboardWrite"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+C",
"mac": "Alt+C",
"chromeos": "Alt+C",
"linux": "Alt+C"
}
}
}
} | |