Selection Translator

It's a simple selection translator. No complex UI !

Selection Translatorคืออะไร?

Selection Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sita's และคุณลักษณะหลักของมันคือ "It's a simple selection translator. No complex UI !"

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

screenshot

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

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

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

                        Just select the text and you are done ! This is time saving, fast and simple to use.                    

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

ชื่อ Selection Translator Selection Translator
ID anhalogecnnmbgojhjffbdfimlpemoop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop
คำอธิบาย It's a simple selection translator. No complex UI !
ขนาดไฟล์ 8.42 KB
จำนวนการติดตั้ง 462
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2018-09-05
วันที่เผยแพร่ 2018-09-05
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sita's
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Translator",
    "version": "0.1.9",
    "description": "It's a simple selection translator. No complex UI !",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}