Code Cleaner

Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。

Code Cleanerとは何ですか?

Code Cleanerはhttps://www.44ux.comによって開発されたChromeの拡張機能で、その主な機能は「Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。」です。

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

screenshot

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

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

拡張機能の使用方法

                        Code Cleaner helps web developers get clear DOM code, when some module on page can be used again, you can use the 'Elements Panel',then right click mouse, choose 'Copy as HTML', then paste the code into Code Cleaner, custom your own option, there you go!

Code Cleaner 可以帮助Web开发人员快速获取简洁的DOM结构,当某个模块极具复用性时,可以直接在开发工具的Elements面板右键拷贝HTML,然后粘贴到Code Cleaner中进行处理,即可得到清洁可复用的代码。

**********************************************
不想安装插件的可以直接使用网页版:
http://jiguang.github.io/code-cleaner/
**********************************************

V 1.0 版特性:

注意:该扩展只支持最新版本Chrome(19.0.1084.9以上版本),低版本用户若想使用本扩展,请更新Chrome浏览器。

* 清除 id, class, script, idinline-style, table, Link, img, script, br, html-comment, blank
* 清除自定义属性(自动补全)
* 仅保留常见属性
* 自定义正则匹配
* 替换全部文本                    

拡張機能の基本情報

名前 Code Cleaner Code Cleaner
ID ajnfhahbkopfgiheliocnmeobejfdlfe
公式URL https://chromewebstore.google.com/detail/code-cleaner/ajnfhahbkopfgiheliocnmeobejfdlfe
説明 Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。
ファイルサイズ 14.89 KB
インストール数 396
現在のバージョン 1.0.1
最終更新日 2014-01-17
公開日 2014-01-16
評価 4.33/5 合計 3 レビュー
開発者 https://www.44ux.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://44ux.com
対応言語 zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code Cleaner",
    "version": "1.0.1",
    "description": "Code Cleaner \u53ef\u4ee5\u6e05\u9664\u4ee3\u7801\u4e2d\u7684\u5197\u4f59\u4fe1\u606f\uff0c\u5f97\u5230\u7b80\u6d01\u53ef\u590d\u7528\u7684DOM\u7ed3\u6784\u3002",
    "homepage_url": "http:\/\/www.44ux.com",
    "devtools_page": "main.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    }
}