Code Formatter

A chrome plugin to format your HTML, CSS, JS or JSON code.

What is Code Formatter?

Code Formatter is a Chrome extension developed by http://yassershaikh.com, and its main feature is "A chrome plugin to format your HTML, CSS, JS or JSON code.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Code Formatter Extension CRX File

Download Code Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Code Formatter Code Formatter
ID deecjbhfakhcegonhediiniinjdgmfie
Official URL https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie
Description A chrome plugin to format your HTML, CSS, JS or JSON code.
File Size 1.08 MB
Installation Count 8,190
Current Version 1.5
Last Updated 2014-04-09
Publish Date 2014-04-09
Rating 4.09/5 Total 35 Ratings
Developer http://yassershaikh.com
Email [email protected]
Payment Type free
Extension Website http://yassershaikh.com/plugins/
Help Page URL http://yassershaikh.com/plugins/
Supported Languages 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
}