Google Translate Assistant

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

Google Translate Assistant là gì?

Google Translate Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://cr-fykz.xiangtatech.com, và tính năng chính của nó là "Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Translate Assistant

Tải xuống các tệp mở rộng Google Translate Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Translate Assistant Google Translate Assistant
ID fjkpgkefceopkogemcjcnncdhbgldolm
URL Chính Thức https://chromewebstore.google.com/detail/google-translate-assistan/fjkpgkefceopkogemcjcnncdhbgldolm
Mô tả Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary
Kích Thước Tệp 4.75 MB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.0.19
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2022-11-12
Đánh Giá 2.95/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://cr-fykz.xiangtatech.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cr-fykz.xiangtatech.com/policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}