Google Translate Assistant

Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary

什麼是Google Translate Assistant?

Google Translate Assistant是由https://cr-fykz.xiangtatech.com開發的Chrome擴展程式,該擴展的主要功能是“Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Google Translate Assistant擴展crx文件

下載Google Translate Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Google Translate
-------------------------------------------------- -------------------------------------------------- --------------------------
Google Translate Assistant is a professional translation extension that perfectly fixes the web translation problem of Google Chrome and also provides the Free PDF Translation function. It supports all-round translation functions such as Selected word translation, Online translation, Translated pronunciation, and Dictionary during web browsing. If our plug-in does not meet your translation needs, please leave us a message

Google Translate will no longer provide services to mainland China at the end of September 2022. Users in China will not be able to use the browser web translation function normally. We fixed the Google Translate problem as soon as possible. Compared with Baidu Translation, Youdao Translation, Huoshan Translation, etc., Google Translate Assistant provides stronger translation functions: ① Full page translation, ② Selected word translation, ③ Online translation, ④ Screenshot translation, ⑤ Translate pronunciation, ⑥ Free PDF translation, ⑦Dictionary

Google Translate Assistant supports Chrome-based browsers, as well as edge and Firefox browsers. The translator assists users in quickly reading foreign documents and improves the translation browsing experience.


★Web page translation

Right-click on a blank space on the webpage and select "Translate the entire page to Chinese (Simplified)" to complete the full-text translation. It is applicable to browsers with Google/Edge cores. It also provides automatic full-page translation function to remember your full-page translation habits.


★Selected word translation

When you encounter unfamiliar foreign language vocabulary while browsing, select it with your mouse for one-click translation, and the translation results will appear near the mouse. If you turn on the "Quick Selected word translation" button, the mouse selection will immediately translate for you.


★Online translation

At the entrance of the extension, enter the text you want to translate and you will get the translation result immediately. It supports translation between hundreds of languages, supports automatic detection of the language you entered, and keeps the translation history for you, which can be retrieved at any time.


★Free PDF translation

From the translation plug-in panel, click the "PDF Translate" button to enter the PDF translation page. Upload your PDF file, adjust the translation target language, and the plug-in will automatically translate your PDF file. At the same time, the plug-in also provides the function of downloading translations or bilingual comparison files.


★Dictionary

Both online translation and word-marking translation provide the "Dictionary" function. If you need in-depth analysis of a certain word, "Dictionary" will provide you with British phonetic symbols, American phonetic symbols, part-of-speech analysis, semantic analysis, and tense analysis.


★Screenshot translation

When you encounter text that cannot be selected, take a screenshot of the area that needs to be translated and it can be translated into the language you want.


★Translate pronunciation

Provide pronunciation function for your translation results to break through pronunciation barriers


★Shortcut keys

The extension provides shortcut keys for each translation function
Activate the extension (open the "Online Translation" panel): Alt+H
Web page screenshot translation: Alt+G
Full text translation of web page: Alt+T
Quick selected word translation: Alt+R


★The online translation panel can be displayed in an independent window

The online translation window can appear as an independent window and be moved to any place on the screen to perform translation work for you.


If this extension helped you solve your problem, please leave a 5-star review to help more people discover this extension! More translation functions are under continuous development. If you need any functions, please tell us in the comment area.                    

擴展基本資訊

名稱 Google Translate Assistant Google Translate Assistant
ID fjkpgkefceopkogemcjcnncdhbgldolm
官方網址 https://chromewebstore.google.com/detail/google-translate-assistan/fjkpgkefceopkogemcjcnncdhbgldolm
簡介 Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary
檔案大小 4.75 MB
安裝次數 40,000
目前版本 1.0.19
更新時間 2024-02-23
上架時間 2022-11-12
評分 2.95/5 共 55 次評分
開發者 https://cr-fykz.xiangtatech.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cr-fykz.xiangtatech.com/policy.html
支援的語言 en,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName2__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.19",
    "incognito": "spanning",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "alarms",
        "activeTab",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H"
            }
        },
        "page-translate-or-revert": {
            "description": "__MSG_webpageTranslate__",
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "translate": {
            "description": "__MSG_quickTranslate__",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "ocr-translate": {
            "description": "__MSG_webScreenshotTranslate__",
            "suggested_key": {
                "default": "Alt+G"
            }
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [],
            "js": [
                "js\/translateelement.js",
                "js\/translate.js",
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/cropper.min.css",
                "css\/cs.css",
                "images\/logo.svg",
                "images\/ico4.png",
                "images\/ico5.png",
                "images\/ico6.gif",
                "images\/ico7.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}