Oxford Advanced Learner's Dictionary
Looks up online Oxford Advanced Learner's Dictionary for the selected text
Oxford Advanced Learner's Dictionaryคืออะไร?
Oxford Advanced Learner's Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quy Nguyen และคุณลักษณะหลักของมันคือ "Looks up online Oxford Advanced Learner's Dictionary for the selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oxford Advanced Learner's Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Oxford Advanced Learner's Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Oxford Advanced Learner's Dictionary |
ID | jbfnadandganeodogcmcigfmmpkamhif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif |
คำอธิบาย | Looks up online Oxford Advanced Learner's Dictionary for the selected text |
ขนาดไฟล์ | 99.81 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-01-01 |
วันที่เผยแพร่ | 2017-12-31 |
คะแนน | 4.58/5 รวมทั้งหมด 59 คะแนน |
ผู้พัฒนา | Quy Nguyen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oxford Advanced Learner's Dictionary", "version": "1.0", "manifest_version": 2, "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "oxford.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |