Translator - Select to Translate

Translate words and phrases while browsing the web using the Google Translator. Full page translator.

Translator - Select to Translateคืออะไร?

Translator - Select to Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย translate app และคุณลักษณะหลักของมันคือ "Translate words and phrases while browsing the web using the Google Translator. Full page translator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translator - Select to Translate

ดาวน์โหลดไฟล์ส่วนขยาย Translator - Select to Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers a range of features to help you navigate different languages online. It allows you to effortlessly translate web pages, highlighted text, Netflix subtitles, and private messages. You can also have the text read aloud and save important translations to your personal dictionary for learning.

Encountering unfamiliar words while reading an online article? No problem! Simply select the text you want to translate, and with a click of a button, you'll get the translation. You can also speak the translated text and save it directly to your dictionary.

For text input and translation, just click the extension button to open a pop-up window. The extension's beautiful design makes it easy to use, allowing you to explore its functionality and choose your preferred color theme.

When reading foreign articles, you can quickly understand every word with the full-page translation feature. With a simple click on the extension's button in the context menu or the pop-up, the entire page will be translated into your chosen language.

With "Translator: Select to Translate," you can easily translate complete web pages with a single click. Just select "Translate page" from the context menu on any webpage, and it will be instantly translated into your preferred language. 

Extension relies on Google Translator to quickly translate individual words on the web page you are currently viewing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Translator - Select to Translate Translator - Select to Translate
ID pfoflbejajgbpkmllhogfpnekjiempip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translator-select-to-tran/pfoflbejajgbpkmllhogfpnekjiempip
คำอธิบาย Translate words and phrases while browsing the web using the Google Translator. Full page translator.
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 1,131,133
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-08-03
คะแนน 4.56/5 รวมทั้งหมด 762 คะแนน
ผู้พัฒนา translate app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/translate-select/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ]
}