Code Formatter
A chrome plugin to format your HTML, CSS, JS or JSON code.
Wat is Code Formatter?
Code Formatter is een Chrome-extensie ontwikkeld door http://yassershaikh.com, en de belangrijkste functie is "A chrome plugin to format your HTML, CSS, JS or JSON code.".
Extensie Screenshots
Download het CRX-bestand van de extensie Code Formatter
Download Code Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | deecjbhfakhcegonhediiniinjdgmfie |
| Officiële URL | https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie |
| Beschrijving | A chrome plugin to format your HTML, CSS, JS or JSON code. |
| Bestandsgrootte | 1.08 MB |
| Aantal Installaties | 8,190 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2014-04-09 |
| Publicatiedatum | 2014-04-09 |
| Beoordeling | 4.09/5 Totaal 35 Beoordelingen |
| Ontwikkelaar | http://yassershaikh.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://yassershaikh.com/plugins/ |
| Help Pagina-URL | http://yassershaikh.com/plugins/ |
| Ondersteunde Talen | 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
} | |