亲爱的.__web-inspector-hide-shortcut__
前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
亲爱的.__web-inspector-hide-shortcut__ क्या है?
亲爱的.__web-inspector-hide-shortcut__ http://www.g8up.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 亲爱的.__web-inspector-hide-shortcut__ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
背景:Chrome Dev Tools 的 Elements 下快捷键 H 能将选定的HTML节点样式设置成 visibility:hidden; 功能:通过本扩展,可以将该功能修改为置成 display:none;
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" } } |