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
官方網址 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
電子郵箱 [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
}