亲爱的.__web-inspector-hide-shortcut__
前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
What is 亲爱的.__web-inspector-hide-shortcut__?
亲爱的.__web-inspector-hide-shortcut__ is a Chrome extension developed by http://www.g8up.cn, and its main feature is "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。".
Download 亲爱的.__web-inspector-hide-shortcut__ Extension CRX File
Download 亲爱的.__web-inspector-hide-shortcut__ 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
背景:Chrome Dev Tools 的 Elements 下快捷键 H 能将选定的HTML节点样式设置成 visibility:hidden; 功能:通过本扩展,可以将该功能修改为置成 display:none;
Extension Basic Information
Name | ![]() |
ID | dhnnbinlljmoaelohfghoeggalkdncbi |
Official URL | https://chrome.google.com/webstore/detail/%E4%BA%B2%E7%88%B1%E7%9A%84web-inspector-hide-sho/dhnnbinlljmoaelohfghoeggalkdncbi |
Description | 前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。 |
File Size | 5.6 KB |
Installation Count | 40 |
Current Version | 1.0.0 |
Last Updated | 2014-11-03 |
Publish Date | 2014-11-03 |
Developer | http://www.g8up.cn |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/g8up/youDaoDict/wiki/privacy |
Supported Languages | 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" } } |