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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]" } ] } |