Cambridge Learner's Dictionary
Cambridge Learner's Dictionary
Cambridge Learner's Dictionaryคืออะไร?
Cambridge Learner's Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Tsai และคุณลักษณะหลักของมันคือ "Cambridge Learner's Dictionary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cambridge Learner's Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Cambridge Learner's Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Help you search vocabulary with Cambridge Learner's Dictionary
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | idpaecfcldiocoajohmnninkbiicdgnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cambridge-learners-dictio/idpaecfcldiocoajohmnninkbiicdgnm |
คำอธิบาย | Cambridge Learner's Dictionary |
ขนาดไฟล์ | 24.38 KB |
จำนวนการติดตั้ง | 500 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2019-04-13 |
วันที่เผยแพร่ | 2019-04-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Michael Tsai |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Mingx94/dictionary-extension/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cambridge Learner's Dictionary", "description": "Cambridge Learner's Dictionary", "version": "0.2", "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "ext.js" ], "persistent": false } } |