Translator - Select to Translate

Translator Web - translation of selected text or any words on a web page with use Google Translate. Translator, Dictionary, Voice

Translator - Select to Translate là gì?

Translator - Select to Translate là một tiện ích mở rộng Chrome được phát triển bởi App-Translator, và tính năng chính của nó là "Translator Web - translation of selected text or any words on a web page with use Google Translate. Translator, Dictionary, Voice".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Translator - Select to Translate

Tải xuống các tệp mở rộng Translator - Select to 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

                        Translator for Chrome is such a simple but extremely useful extension for your chrome browser. The name says itself – this extension allows you to translate selected text in language you need. 

Are you reading something on the Internet and you come across an unfamiliar word? 

We offer you the best and easiest way to quickly translate part of the content that you need, such as words, phrases, or even menu items. Click the right mouse button on the word that you need and select Translate. All in one simple and understandable browser extension.

Download Translator for Chrome for free to start translating today.

Translate while reading
You never have to skip an email, article, or website again. No matter what you’re browsing in Chrome, you can view it in context in your chosen language. 

Translate your writing
Whether you’re writing a social media post, chat message, or email, you can translate your own words immediately after you type them. This means you no longer have to copy, paste, retype, or leave Chrome to communicate in another language.

Just like a real-life mate has your back, Translate Extension for Chrome has you covered for all your translation needs. 

Translator - Select to Google Translate isn’t just for reading and writing but for full language mastery and comprehension. Download your Translate Chrome translator today and never feel lost in language again.

Important:
The Chrome extension "Translator" has no relation to the popular site https://translate.google.com 

All copyrights belong to their respective owners.  Google does not support or sponsor this Chrome extension. This Chrome extension is not owned, licensed, or a subsidiary of Google Inc.

If you work with foreign languages or just want to have such a useful tool in your chrome browser, then this Translator extension is exactly what you was looking for.                    

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

Tên Translator - Select to Translate Translator - Select to Translate
ID eggeoellnjnnglaibpcmggjnjifeebpi
URL Chính Thức https://chrome.google.com/webstore/detail/translator-select-to-tran/eggeoellnjnnglaibpcmggjnjifeebpi
Mô tả Translator Web - translation of selected text or any words on a web page with use Google Translate. Translator, Dictionary, Voice
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 528,896
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2022-12-05
Ngày Phát Hành 2021-03-02
Đánh Giá 4.44/5 Tổng số 835 Đánh Giá
Nhà Phát Triển App-Translator
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/translator-dictionary/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "1.4.2",
    "default_locale": "en",
    "icons": {
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/icon32.png",
            "64": "img\/icon64.png"
        },
        "default_popup": "options.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}