翻譯2選1

翻譯2選1

翻譯目前網頁。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "翻譯2選1",
  "version": "2.0",
  "description": "翻譯目前網頁。",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js",
      "options.js",
      "popup.js"
    ]
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "翻譯目前網頁",
    "default_icon": "16.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "manifest_version": 2
}