Code Cleaner

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

Code Cleaner란 무엇입니까?

Code Cleaner은(는) https://www.44ux.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Code Cleaner 可以清除代码中的冗余信息,得到简洁可复用的DOM结构。"입니다.

확장 프로그램 스크린샷

screenshot

Code Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}