YaTranslate

Quick translator based on Yandex API. Just double click on word you need to translate!

YaTranslateคืออะไร?

YaTranslate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mkuzmich.com และคุณลักษณะหลักของมันคือ "Quick translator based on Yandex API. Just double click on word you need to translate!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SORRY, TEMPORARILY DOES NOT WORK PROPERLY

This extension you can use to quickly translate word or few of them, while reading text or browsing web-pages. 
So you dont need to waste your time, going to translator.                    

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

ชื่อ YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
คำอธิบาย Quick translator based on Yandex API. Just double click on word you need to translate!
ขนาดไฟล์ 48.71 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-01-25
วันที่เผยแพร่ 2018-01-24
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://mkuzmich.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YaTranslate",
    "version": "1.0.0",
    "description": "Quick translator based on Yandex API. Just double click on word you need to translate!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "author": "http:\/\/mkuzmich.com",
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}