有道词典右键查询

有道词典右键查询

使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.0.5",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "manifest_version": 2
}