有道词典网页查询

有道词典网页查询

选中文本右键,或Shift+Alt+Q。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3",
  "manifest_version": 2,
  "name": "有道词典网页查询",
  "description": "选中文本右键,或Shift+Alt+Q。",
  "background": {
    "persistent": false,
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "16": "youdao16.png",
    "48": "youdao48.png",
    "128": "youdao128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "commands": {
    "toggle-youdao": {
      "suggested_key": {
        "default": "Alt+Shift+Q"
      },
      "description": "toggle Youdao search"
    }
  }
}