Dr.eye 翻譯

Dr.eye 翻譯

選取要翻譯的文字,點擊右鍵選擇...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Dr.eye 翻譯",
  "description": "選取要翻譯的文字,點擊右鍵選擇...",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "version": "1.0.3",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  }
}