Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Yandex Translateคืออะไร?

Yandex Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikhail Fursov และคุณลักษณะหลักของมันคือ "Installs a context menu item to translate selected text using Yandex Translate service."

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

screenshot

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

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

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

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

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

ชื่อ Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
คำอธิบาย Installs a context menu item to translate selected text using Yandex Translate service.
ขนาดไฟล์ 13.7 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2021-07-30
วันที่เผยแพร่ 2016-01-25
คะแนน 3.57/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา Mikhail Fursov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mfursov/yandex-translate
ภาษาที่รองรับ en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}