Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
ما هو Vocabulary؟
Vocabulary هو إضافة Chrome تم تطويرها بواسطة Joe، والميزة الرئيسية لها هي "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vocabulary
قم بتنزيل ملفات الامتداد Vocabulary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
معلومات أساسية عن التمديد
الاسم | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
الوصف | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
حجم الملف | 8.85 KB |
عدد التثبيتات | 298 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-12-31 |
تاريخ النشر | 2018-12-31 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Joe |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |