GTransChinese

GTransChinese

Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image/net search for highlighted Chinese phrases

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GTransChinese",
  "version": "3.0",
  "manifest_version": 2,
  "description": "Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image/net search for highlighted Chinese phrases",
  "browser_action": {
    "default_icon": "icon2_orig.png",
    "default_popup": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "GTransChinese.js"
      ],
      "matches": [
        "http://translate.google.com/*",
        "https://translate.google.com/*",
        "http://translate.google.cn/*",
        "https://translate.google.cn/*",
        "http://translate.google.com.hk/*",
        "https://translate.google.com.hk/*",
        "http://www.mdbg.net/chindict/*",
        "http://www.nciku.com/*",
        "https://www.google.ca/*",
        "https://www.google.com/*",
        "https://www.google.ch/*",
        "https://www.google.cn/*",
        "https://www.google.com.hk/*"
      ],
      "run_at": "document_idle"
    }
  ]
}