Google Translator Toolkit Booster

Google Translator Toolkit Booster

Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/rocket-stars.png",
    "default_popup": "html/popup.html",
    "default_title": "QA"
  },
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "css/sweetalert.css"
      ],
      "js": [
        "vendor/jquery-3.1.1.js",
        "vendor/lodash.js",
        "dist/commons.js",
        "dist/bundle.js"
      ],
      "matches": [
        "http://translate.google.com/*",
        "https://translate.google.com/*",
        "https://gloc-lqe-tool.appspot.com/data/*",
        "https://www.google.com/transconsole/*"
      ]
    }
  ],
  "description": "Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.",
  "icons": {
    "128": "icons/rocket-stars.png"
  },
  "name": "Google Translator Toolkit Booster",
  "options_page": "html/options.html",
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": true,
    "page": "html/options.html"
  },
  "permissions": [
    "http://translate.google.com/",
    "https://translate.google.com/",
    "https://gloc-lqe-tool.appspot.com/data/",
    "https://www.google.com/transconsole/",
    "https://spreadsheets.google.com/",
    "storage",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.222",
  "web_accessible_resources": [
    "css/*.css",
    "dist/*.map",
    "icons/*.png",
    "icons/*.svg",
    "icons/title/*.ico",
    "img/*.gif",
    "LICENSE.txt",
    "vendor/*.css",
    "vendor/*.js"
  ],
  "minimum_chrome_version": "69",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self'"
}