亲爱的.__web-inspector-hide-shortcut__
前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
ما هو 亲爱的.__web-inspector-hide-shortcut__؟
亲爱的.__web-inspector-hide-shortcut__ هو إضافة Chrome تم تطويرها بواسطة http://www.g8up.cn، والميزة الرئيسية لها هي "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。".
تحميل ملف CRX للإضافة 亲爱的.__web-inspector-hide-shortcut__
قم بتنزيل ملفات الامتداد 亲爱的.__web-inspector-hide-shortcut__ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |