Fast translation - support Google Translate

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

Fast translation - support Google Translate là gì?

Fast translation - support Google Translate là một tiện ích mở rộng Chrome được phát triển bởi 轻主页, và tính năng chính của nó là "Support 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 Fast translation - support Google Translate

Tải xuống các tệp mở rộng Fast translation - support Google Translate 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

                        Fast translation 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., Fast translation provides stronger translation functions: ① Full page translation, ② Selected word translation, ③ Online translation, ④ Screenshot translation, ⑤ Translate pronunciation, ⑥ Free PDF translation, ⑦Dictionary

Fast translation 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.


1、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.


2、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.


3、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.


4、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.


5、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.


6、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.


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


8、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

9、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 Fast translation - support Google Translate Fast translation - support Google Translate
ID pmjagijikomfjjoafjbdeojcinngkcpe
URL Chính Thức https://chromewebstore.google.com/detail/fast-translation-support/pmjagijikomfjjoafjbdeojcinngkcpe
Mô tả Support Webpage translation; Selected word translation; Online translation; Screenshot translation; Free PDF Translation; Dictionary
Kích Thước Tệp 3.84 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2022-11-11
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển 轻主页
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,zh-CN,zh-TW
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.18",
    "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": [
                ""
            ]
        }
    ]
}