Juan Ramón JSON Beautifier
Quick JSON code beautifier by Juan Ramon Jimenez
Cos'è Juan Ramón JSON Beautifier?
Juan Ramón JSON Beautifier è un'estensione di Chrome sviluppata da http://www.juanramonjimenez.es, e la sua funzione principale è "Quick JSON code beautifier by Juan Ramon Jimenez".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Juan Ramón JSON Beautifier
Scarica i file di estensione Juan Ramón JSON Beautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | cggldejocpefikeabhclhgcohimdgcfh |
| URL Ufficiale | https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh |
| Descrizione | Quick JSON code beautifier by Juan Ramon Jimenez |
| Dimensione del File | 10.78 KB |
| Conteggio Installazioni | 206 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-08-06 |
| Data di Pubblicazione | 2014-08-06 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | http://www.juanramonjimenez.es |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://juanramonjimenez.es/privacy-policy |
| Lingue Supportate | 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"
}
}
}
} | |