亲爱的.__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文件

下载亲爱的.__web-inspector-hide-shortcut__扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        背景: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"
    }
}