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.」です。

拡張機能のスクリーンショット

screenshot

Google Translator Toolkit Booster拡張機能のCRXファイルをダウンロード

Google Translator Toolkit Booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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'"
}