Google Translator Toolkit Booster
Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.
Google Translator Toolkit Booster란 무엇입니까?
Google Translator Toolkit Booster은(는) Birkeland Translation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements."입니다.
확장 프로그램 스크린샷
Google Translator Toolkit Booster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Google Translator Toolkit Booster |
ID | pjankaakojbendjaejlcnpgeldmfpjed |
공식 URL | https://chromewebstore.google.com/detail/google-translator-toolkit/pjankaakojbendjaejlcnpgeldmfpjed |
설명 | Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements. |
파일 크기 | 2.35 MB |
설치 횟수 | 1,527 |
현재 버전 | 7.222 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Birkeland Translation |
결제 유형 | free |
지원되는 언어 | 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'" } |