Code Cleaner

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

Cos'è Code Cleaner?

Code Cleaner è un'estensione di Chrome sviluppata da https://www.44ux.com, e la sua funzione principale è "Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Code Cleaner

Scarica i file di estensione Code Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Code Cleaner Code Cleaner
ID ajnfhahbkopfgiheliocnmeobejfdlfe
URL Ufficiale https://chromewebstore.google.com/detail/code-cleaner/ajnfhahbkopfgiheliocnmeobejfdlfe
Descrizione Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。
Dimensione del File 14.89 KB
Conteggio Installazioni 396
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-01-17
Data di Pubblicazione 2014-01-16
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://www.44ux.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://44ux.com
Lingue Supportate 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"
    }
}