Google Translator Toolkit Booster
Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.
What is Google Translator Toolkit Booster?
Google Translator Toolkit Booster is a Chrome extension developed by Birkeland Translation, and its main feature is "Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.".
Extension Screenshots
Download Google Translator Toolkit Booster Extension CRX File
Download Google Translator Toolkit Booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
GTT Booster improves Google Translator Toolkit by transforming the experience into something more similar to a industry CAT tool. This is accomplished by adding new features and tweaking existing ones. Note: This software is intended for professional Google translators, so some functionality may not be available for casual projects due to the nature of integrations/dependencies.
Extension Basic Information
Name | Google Translator Toolkit Booster |
ID | pjankaakojbendjaejlcnpgeldmfpjed |
Official URL | https://chromewebstore.google.com/detail/google-translator-toolkit/pjankaakojbendjaejlcnpgeldmfpjed |
Description | Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements. |
File Size | 2.35 MB |
Installation Count | 1,527 |
Current Version | 7.222 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.50/5 Total 8 Ratings |
Developer | Birkeland Translation |
Payment Type | free |
Supported Languages | en |
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'" } |