Google Translate Assistant

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

Qu'est-ce que Google Translate Assistant ?

Google Translate Assistant est une extension Chrome développée par https://cr-fykz.xiangtatech.com, et sa fonction principale est "Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Translate Assistant

Téléchargez les fichiers d'extension Google Translate Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Translate Assistant Google Translate Assistant
ID fjkpgkefceopkogemcjcnncdhbgldolm
URL Officiel https://chromewebstore.google.com/detail/google-translate-assistan/fjkpgkefceopkogemcjcnncdhbgldolm
Description Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary
Taille du Fichier 4.75 MB
Nombre d'Installations 40,000
Version Actuelle 1.0.19
Dernière Mise à Jour 2024-02-23
Date de Publication 2022-11-12
Évaluation 2.95/5 Total 55 Évaluations
Développeur https://cr-fykz.xiangtatech.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cr-fykz.xiangtatech.com/policy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}