Google Translate Assistant

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

Co je Google Translate Assistant?

Google Translate Assistant je rozšíření Chrome vyvinuté https://cr-fykz.xiangtatech.com, a jeho hlavní funkcí je „Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Translate Assistant

Stáhněte si soubory rozšíření Google Translate Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Translate Assistant Google Translate Assistant
ID fjkpgkefceopkogemcjcnncdhbgldolm
Oficiální URL https://chromewebstore.google.com/detail/google-translate-assistan/fjkpgkefceopkogemcjcnncdhbgldolm
Popis Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary
Velikost souboru 4.75 MB
Počet instalací 40,000
Aktuální Verze 1.0.19
Poslední Aktualizace 2024-02-23
Datum Vydání 2022-11-12
Hodnocení 2.95/5 Celkem 55 Hodnocení
Vývojář https://cr-fykz.xiangtatech.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://cr-fykz.xiangtatech.com/policy.html
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}