亲爱的.__web-inspector-hide-shortcut__

前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。

亲爱的.__web-inspector-hide-shortcut__란 무엇입니까?

亲爱的.__web-inspector-hide-shortcut__은(는) http://www.g8up.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。"입니다.

亲爱的.__web-inspector-hide-shortcut__ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        背景:Chrome Dev Tools 的 Elements 下快捷键 H 能将选定的HTML节点样式设置成 visibility:hidden;
功能:通过本扩展,可以将该功能修改为置成 display:none;                    

확장 프로그램 기본 정보

이름 亲爱的.__web-inspector-hide-shortcut__ 亲爱的.__web-inspector-hide-shortcut__
ID dhnnbinlljmoaelohfghoeggalkdncbi
공식 URL https://chrome.google.com/webstore/detail/%E4%BA%B2%E7%88%B1%E7%9A%84web-inspector-hide-sho/dhnnbinlljmoaelohfghoeggalkdncbi
설명 前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
파일 크기 5.6 KB
설치 횟수 40
현재 버전 1.0.0
최근 업데이트 2014-11-03
출시 날짜 2014-11-03
개발자 http://www.g8up.cn
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/g8up/youDaoDict/wiki/privacy
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4eb2\u7231\u7684.__web-inspector-hide-shortcut__",
    "description": "\u524d\u7aef\u5f00\u53d1\u8005\u5de5\u5177\uff0c\u7528\u4e8e\u91cd\u5b9a\u4e49 Chrome Dev Tools \u7684 Elements \u4e0b\u5feb\u6377\u952e H \u7684\u529f\u80fd\u3002",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "Custom.css"
            ]
        }
    ],
    "icons": {
        "16": "icon-48x48.png",
        "48": "icon-48x48.png",
        "128": "icon-48x48.png"
    }
}