速度翻譯

速度翻譯

Open a translate website quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "速度翻譯",
  "description": "Open a translate website quickly",
  "version": "1.0",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "128": "img/128x128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "omnibox": {
    "keyword": "st"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}