Goldtect Dictionary

Goldtect Dictionary

A bilingual English-Chinese dictionary extension to easily look-up words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Goldtect Dictionary",
  "description": "A bilingual English-Chinese dictionary extension to easily look-up words.",
  "version": "1.3",
  "permissions": [
    "<all_urls>",
    "http://dict.youdao.com/*"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Q"
      }
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png"
  }
}