亲爱的.__web-inspector-hide-shortcut__

亲爱的.__web-inspector-hide-shortcut__

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "亲爱的.__web-inspector-hide-shortcut__",
  "description": "前端开发者工具,用于重定义 Chrome Dev Tools 的 Elements 下快捷键 H 的功能。",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "Custom.css"
      ]
    }
  ],
  "icons": {
    "16": "icon-48x48.png",
    "48": "icon-48x48.png",
    "128": "icon-48x48.png"
  }
}