Code Cleaner

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

What is Code Cleaner?

Code Cleaner is a Chrome extension developed by https://www.44ux.com, and its main feature is "Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。".

Extension Screenshots

screenshot

Download Code Cleaner Extension CRX File

Download Code Cleaner 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

                        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
* 清除自定义属性(自动补全)
* 仅保留常见属性
* 自定义正则匹配
* 替换全部文本                    

Extension Basic Information

Name Code Cleaner Code Cleaner
ID ajnfhahbkopfgiheliocnmeobejfdlfe
Official URL https://chromewebstore.google.com/detail/code-cleaner/ajnfhahbkopfgiheliocnmeobejfdlfe
Description Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。
File Size 14.89 KB
Installation Count 396
Current Version 1.0.1
Last Updated 2014-01-17
Publish Date 2014-01-16
Rating 4.33/5 Total 3 Ratings
Developer https://www.44ux.com
Email [email protected]
Payment Type free
Extension Website http://44ux.com
Supported Languages 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"
    }
}