Votab
Learn a new vocab word each time you open a tab!
ما هو Votab؟
Votab هو إضافة Chrome تم تطويرها بواسطة votabextension، والميزة الرئيسية لها هي "Learn a new vocab word each time you open a tab!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Votab
قم بتنزيل ملفات الامتداد Votab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Votab is a simple extension to help you learn vocabulary words every time you open a new tab.
This extension is designed for language learners who want to learn a little something while surfing the web. Each time a new tab is opened, a random word is shown along with its English definition and romanized pronunciation.
Supported Languages:
Votab currently supports Korean language learning with 6000 most commonly used Korean words chosen by the National Institute of Korean Language. معلومات أساسية عن التمديد
| الاسم | |
| ID | ogpiingiidomkjillknipodncobkjnbe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe |
| الوصف | Learn a new vocab word each time you open a tab! |
| حجم الملف | 168 KB |
| عدد التثبيتات | 41 |
| النسخة الحالية | 0.0.0.4 |
| آخر تحديث | 2019-09-07 |
| تاريخ النشر | 2019-09-06 |
| تقييم | 3.50/5 مجموع تقييمات 2 |
| المطور | votabextension |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Votab",
"author": "Selina Wang",
"version": "0.0.0.4",
"description": "Learn a new vocab word each time you open a tab!",
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "votab.html"
},
"icons": {
"16": "Votab16.png",
"48": "Votab48.png",
"128": "Votab128.png"
},
"short_name": "votab"
} | |