Code Formatter

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

Code Formatterとは何ですか?

Code Formatterはhttp://yassershaikh.comによって開発されたChromeの拡張機能で、その主な機能は「A chrome plugin to format your HTML, CSS, JS or JSON code.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Code Formatter拡張機能のCRXファイルをダウンロード

Code Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Code Formatter Code Formatter
ID deecjbhfakhcegonhediiniinjdgmfie
公式URL https://chrome.google.com/webstore/detail/code-formatter/deecjbhfakhcegonhediiniinjdgmfie
説明 A chrome plugin to format your HTML, CSS, JS or JSON code.
ファイルサイズ 1.08 MB
インストール数 8,190
現在のバージョン 1.5
最終更新日 2014-04-09
公開日 2014-04-09
評価 4.09/5 合計 35 レビュー
開発者 http://yassershaikh.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://yassershaikh.com/plugins/
ヘルプページのURL http://yassershaikh.com/plugins/
対応言語 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
}