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 هو إضافة Chrome تم تطويرها بواسطة Birkeland Translation، والميزة الرئيسية لها هي "Give GTT a hefty upgrade. Native language checks (QA), CAT features, a number of tweaks, fixes, and enhancements.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Translator Toolkit Booster
قم بتنزيل ملفات الامتداد Google Translator Toolkit Booster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |