Translator - Click to Translate

Right click to the word or phrase to translate using the Google Translator. Online translation

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

Translator - Click to Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Givani และคุณลักษณะหลักของมันคือ "Right click to the word or phrase to translate using the Google Translator. Online translation"

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

screenshot
screenshot

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

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

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

                        Convenient translator with two options: translate the text using double click to the word during the reading or copy and paste a big part of text to the popup of extension. 

Beautiful design of the extension allows you simply navigate across its functionality and choose the best color theme for you.

Read text fast with understanding every foreign word, because you can translate the full page at once using button in the context menu or in the popup of extension. 

Click to Translate also remembers the history of languages that you use and choose for the extension, so you don't need to choose it every time. Just add to the quick menu favourites.                    

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

ชื่อ Translator - Click to Translate Translator - Click to Translate
ID hhmocdjpnopefnfaajgfihmpjpibkdcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translator-click-to-trans/hhmocdjpnopefnfaajgfihmpjpibkdcj
คำอธิบาย Right click to the word or phrase to translate using the Google Translator. Online translation
ขนาดไฟล์ 870 KB
จำนวนการติดตั้ง 3,272
เวอร์ชันปัจจุบัน 2.2.4
อัปเดตครั้งล่าสุด 2023-02-26
วันที่เผยแพร่ 2023-01-29
คะแนน 4.41/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Givani
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,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,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "2.2.4",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ]
}