有道智能翻译

有道智能翻译

阅读理解式的难词注释,提高你的阅读速度;遇到未注释的难词,还可以划词查看释义。(有道网页翻译2.0插件)

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_appDesc__",
  "default_locale": "zh_CN",
  "version": "2.0",
  "icons": {
    "48": "fanyi2-48x48.png",
    "128": "fanyi2-128x128.png"
  },
  "background_page": "background.html",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "fanyi2-48x48.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ]
}