English <-> Thai Dictionary
A Minimal English Thai Dictionary Powered by Longdo.
English <-> Thai Dictionaryคืออะไร?
English <-> Thai Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wsaryoo และคุณลักษณะหลักของมันคือ "A Minimal English Thai Dictionary Powered by Longdo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English <-> Thai Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย English <-> Thai Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How
- Just "DOUBLE-CLICK" on a word in any webpage you surf OR ...
- Click the "ICON", easily search with suggesting word feature
- Plus able to listen high quality searched word pronunciation !
Contact :)
@minimaldict ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lcgmpehgdiaghhhhkaljhamggnbdgdig |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/english-%3C-%3E-thai-dictiona/lcgmpehgdiaghhhhkaljhamggnbdgdig |
| คำอธิบาย | A Minimal English Thai Dictionary Powered by Longdo. |
| ขนาดไฟล์ | 87.78 KB |
| จำนวนการติดตั้ง | 1,390 |
| เวอร์ชันปัจจุบัน | 4.2.3 |
| อัปเดตครั้งล่าสุด | 2021-11-22 |
| วันที่เผยแพร่ | 2019-09-21 |
| คะแนน | 4.60/5 รวมทั้งหมด 42 คะแนน |
| ผู้พัฒนา | wsaryoo |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | th |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "English <-> Thai Dictionary",
"manifest_version": 2,
"version": "4.2.3",
"description": "A Minimal English Thai Dictionary Powered by Longdo.",
"background": {
"scripts": [
"lib\/jquery-3.4.1.min.js",
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self'; object-src 'self';",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"lib\/extend.js",
"lib\/jquery-3.4.1.min.js",
"config.js",
"jquery.bt.js",
"dict_action.js",
"myscript.js",
"init.js"
]
}
],
"browser_action": {
"default_icon": "dict.png",
"default_popup": "view.html"
},
"permissions": [
"*:\/\/dict.longdo.com\/*",
"http:\/\/search.longdo.com\/*",
"http:\/\/ajax.aspnetcdn.com\/*",
"http:\/\/dictionary.cambridge.org\/*",
"https:\/\/ssl.google-analytics.com\/ga.js",
"https:\/\/www.ldoceonline.com\/*",
"http:\/\/128.199.210.186\/"
]
} | |