亲爱的.__web-inspector-hide-shortcut__

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

亲爱的.__web-inspector-hide-shortcut__とは何ですか?

亲爱的.__web-inspector-hide-shortcut__はhttp://www.g8up.cnによって開発されたChromeの拡張機能で、その主な機能は「前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。」です。

亲爱的.__web-inspector-hide-shortcut__拡張機能のCRXファイルをダウンロード

亲爱的.__web-inspector-hide-shortcut__拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 亲爱的.__web-inspector-hide-shortcut__ 亲爱的.__web-inspector-hide-shortcut__
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
Eメール [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"
    }
}