Google Translate Right Click

Add a context menu item to translate for selected text at Google Translate.

Google Translate Right Clickคืออะไร?

Google Translate Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/tientx และคุณลักษณะหลักของมันคือ "Add a context menu item to translate for selected text at Google Translate."

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

screenshot
screenshot
screenshot

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

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

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

                        Support multi-language via Google Translate                    

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

ชื่อ Google Translate Right Click Google Translate Right Click
ID blbkkgcankcmdleleianggnfooalbjof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-translate-right-cl/blbkkgcankcmdleleianggnfooalbjof
คำอธิบาย Add a context menu item to translate for selected text at Google Translate.
ขนาดไฟล์ 29.05 KB
จำนวนการติดตั้ง 1,442
เวอร์ชันปัจจุบัน 0.83
อัปเดตครั้งล่าสุด 2020-07-14
วันที่เผยแพร่ 2020-06-28
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://sites.google.com/site/tientx
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js",
            "js\/common\/languages.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "googletranslate_128x128.png"
        },
        "default_popup": "options.html",
        "default_title": "Select the text you would like to translate, right mouse click and choose Google Translate"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/common\/languages.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add a context menu item to translate for selected text at Google Translate.",
    "icons": {
        "128": "googletranslate_128x128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "6",
    "name": "Google Translate Right Click",
    "permissions": [
        "contextMenus",
        "windows",
        "storage",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.83",
    "manifest_version": 2
}