Simple Thai Translation
Simply activate the extension when on a thai website and then highlight words you don't know.
Simple Thai Translationคืออะไร?
Simple Thai Translation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cameron.garvie และคุณลักษณะหลักของมันคือ "Simply activate the extension when on a thai website and then highlight words you don't know."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Thai Translation
ดาวน์โหลดไฟล์ส่วนขยาย Simple Thai Translation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The best Thai translator available and the only one that doesn't interrupt your reading experience. Have fun reading thai websites like pantip.com and reach fluency in weeks, not years. I believe all software should be free which is why this extension costs only $5. Five dollars is basically free. Don't think of it as paying for the extension; think of it as buying me a beer or a coffee or a sandwich. Pay once and get all updates for free forever.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ommmfemianlngmmffbboeeffennhfimi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi |
คำอธิบาย | Simply activate the extension when on a thai website and then highlight words you don't know. |
ขนาดไฟล์ | 43.33 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-07-21 |
วันที่เผยแพร่ | 2015-07-21 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | cameron.garvie |
ประเภทการชำระเงิน | in_store |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Thai Translation", "description": "Simply activate the extension when on a thai website and then highlight words you don't know.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "basic.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "background": { "scripts": [ "backgroundpage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tts", "storage", "activeTab", "https:\/\/ajax.googleapis.com\/", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |