英语词典

英语词典

鼠标选取任意英语单词,搜索剑桥、牛津等英语词典。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "英语词典",
  "short_name": "英语词典",
  "description": "鼠标选取任意英语单词,搜索剑桥、牛津等英语词典。",
  "version": "0.0.3",
  "minimum_chrome_version": "38",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "assets/icon_16.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  }
}