GTranslateWinS

GTranslateWinS

Allows Google Translate™ selected text by pressing ANY key or mouse button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/content_all.css"
      ],
      "exclude_matches": [
        "https://translate.google.com/*"
      ],
      "js": [
        "js/content_all.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "css": [
        "css/content_gt.css"
      ],
      "js": [
        "js/content_gt.js"
      ],
      "matches": [
        "https://translate.google.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://gtranslatewins.blogspot.com",
  "icons": {
    "16": "img/yo16.png",
    "32": "img/yo32.png",
    "48": "img/yo48.png",
    "64": "img/yo64.png",
    "128": "img/yo128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt5VvGWAiGBCpHcov7KMm/+UYNQEK0De6aQiK0WB8qBeYRecGjTTrqDSuyU66jP534cF27XD6siPjcRtNCgYHwZwfmGMx9iqfIZfg5kNWqIv1CJoBULVCHPQ3aTjFS3ztM46GBbF2XcWelle0dkF5Str+nwpLtTteLHqIbzZuIg3qodQuz7ZFf/6SN9fUPly9QrGD/Ig0NOgeBrzwuAnyd4GgDVftsBrtcYlQpChN7PnHunXVSvpOi41bJvzeD1subjv1iJU+QaciwSP7dGTfCZhCVkQjxw0BaFVCCmZTqGe69FT3WFqK7RAxtAiB7VLNGiYtULMSFZW7Vd0Akpo69QIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": true,
    "page": "html/options.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "contextMenus",
    "webRequest"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6",
  "web_accessible_resources": [
    "img/g.png",
    "img/yo32.png"
  ]
}