金山词霸右键查询

金山词霸右键查询

使用金山词霸检索单词,选中中英文单词后,点击右键,选择金山词霸。金山词霸词典查询结果页面提供英汉、汉英、英英查询结果。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.0",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}