Google Translate

View translations easily as you browse the web. By the Google Translate team.

Google Translateคืออะไร?

Google Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://translate.google.com และคุณลักษณะหลักของมันคือ "View translations easily as you browse the web. By the Google Translate team."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Translate

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

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

                        Highlight or right-click on a section of text and click on Translate icon next to it to translate it to your language. Or, to translate the entire page you're visiting, click the translate icon on the browser toolbar. 

Learn more about Google Translate at https://support.google.com/translate.

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies.

UPDATE (v.2.0): Now you can highlight or right-click a text and translate it vs. translate the entire page. You can also change extension options to automatically show translation every time you highlight text.                    

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

ชื่อ Google Translate Google Translate
ID aapbdbdomjkkjkaonfhkkikfgjllcleb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb
คำอธิบาย View translations easily as you browse the web. By the Google Translate team.
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 41,000,000
เวอร์ชันปัจจุบัน 2.0.13
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2020-03-17
คะแนน 4.33/5 รวมทั้งหมด 42736 คะแนน
ผู้พัฒนา https://translate.google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://translate.google.com/
ภาษาที่รองรับ id,ms,de,en,en-GB,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
{
    "manifest_version": 2,
    "description": "__MSG_5636646071825253269__",
    "default_locale": "en",
    "name": "__MSG_8969005060131950570__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bubble_compiled.js"
            ],
            "css": [
                "bubble_gss.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "injection.js",
            "main_compiled.js"
        ],
        "persistent": false
    },
    "version": "2.0.13",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_2509634311667449183__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "popup_css_compiled.css",
        "options.html"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}