亲爱的.__web-inspector-hide-shortcut__

前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。

Vad är 亲爱的.__web-inspector-hide-shortcut__?

亲爱的.__web-inspector-hide-shortcut__ är en Chrome-tillägg utvecklad av http://www.g8up.cn, och dess huvudfunktion är "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。".

Ladda ner 亲爱的.__web-inspector-hide-shortcut__-förlängningens CRX-fil

Ladda ner 亲爱的.__web-inspector-hide-shortcut__-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        背景:Chrome Dev Tools 的 Elements 下快捷键 H 能将选定的HTML节点样式设置成 visibility:hidden;
功能:通过本扩展,可以将该功能修改为置成 display:none;                    

Grundläggande Information om Tillägg

Namn 亲爱的.__web-inspector-hide-shortcut__ 亲爱的.__web-inspector-hide-shortcut__
ID dhnnbinlljmoaelohfghoeggalkdncbi
Officiell webbadress https://chrome.google.com/webstore/detail/%E4%BA%B2%E7%88%B1%E7%9A%84web-inspector-hide-sho/dhnnbinlljmoaelohfghoeggalkdncbi
Beskrivning 前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。
Filstorlek 5.6 KB
Antal Installationer 40
Aktuell Version 1.0.0
Senast Uppdaterad 2014-11-03
Publiceringsdatum 2014-11-03
Utvecklare http://www.g8up.cn
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/g8up/youDaoDict/wiki/privacy
Stödda Språk 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"
    }
}