亲爱的.__web-inspector-hide-shortcut__
前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
Co to jest 亲爱的.__web-inspector-hide-shortcut__?
亲爱的.__web-inspector-hide-shortcut__ to rozszerzenie Chrome opracowane przez http://www.g8up.cn, a jego główną funkcją jest „前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。”.
Pobierz plik CRX rozszerzenia 亲爱的.__web-inspector-hide-shortcut__
Pobierz pliki rozszerzeń 亲爱的.__web-inspector-hide-shortcut__ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
背景:Chrome Dev Tools 的 Elements 下快捷键 H 能将选定的HTML节点样式设置成 visibility:hidden; 功能:通过本扩展,可以将该功能修改为置成 display:none;
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | dhnnbinlljmoaelohfghoeggalkdncbi |
Oficjalny URL | https://chrome.google.com/webstore/detail/%E4%BA%B2%E7%88%B1%E7%9A%84web-inspector-hide-sho/dhnnbinlljmoaelohfghoeggalkdncbi |
Opis | 前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。 |
Rozmiar pliku | 5.6 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-11-03 |
Data Publikacji | 2014-11-03 |
Deweloper | http://www.g8up.cn |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/g8up/youDaoDict/wiki/privacy |
Obsługiwane Języki | 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" } } |