Code Formatter
A chrome plugin to format your HTML, CSS, JS or JSON code.
Cos'è Code Formatter?
Code Formatter è un'estensione di Chrome sviluppata da http://yassershaikh.com, e la sua funzione principale è "A chrome plugin to format your HTML, CSS, JS or JSON code.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Code Formatter
Scarica i file di estensione Code Formatter 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
Features:
A free and easy to use extension to format your code, supports :
- HTML
- CSS
- jQuery
- Javascript
- JSON
- C, C++, PHP, C# and more...
Introductory video:
http://www.youtube.com/watch?v=ayM55ig9Gi0 Informazioni di Base sull'Estensione
| Nome | |
| ID | deecjbhfakhcegonhediiniinjdgmfie |
| URL Ufficiale | https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie |
| Descrizione | A chrome plugin to format your HTML, CSS, JS or JSON code. |
| Dimensione del File | 1.08 MB |
| Conteggio Installazioni | 8,190 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2014-04-09 |
| Data di Pubblicazione | 2014-04-09 |
| Valutazione | 4.09/5 Totale 35 Valutazioni |
| Sviluppatore | http://yassershaikh.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://yassershaikh.com/plugins/ |
| URL della Pagina di Aiuto | http://yassershaikh.com/plugins/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Code Formatter",
"description": "A chrome plugin to format your HTML, CSS, JS or JSON code.",
"version": "1.5",
"browser_action": {
"default_title": "Format your code",
"default_icon": {
"19": "icons\/logo.png"
},
"default_popup": "code-formatter.html"
},
"manifest_version": 2
} | |