Word of the Day Tab
Learn a new word each day!
ما هو Word of the Day Tab؟
Word of the Day Tab هو إضافة Chrome تم تطويرها بواسطة Diversify Media, Inc.، والميزة الرئيسية لها هي "Learn a new word each day!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word of the Day Tab
قم بتنزيل ملفات الامتداد Word of the Day Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Expand your vocabulary with this Chrome extension that features a new word and it's definition each day on your new tab. The extension also features a rotating photo background and a web search provided by Yahoo.
Note: By installing this extension, the search bar on your new tab will be replaced with a search featuring Yahoo results. It will not change the default search in your address bar.
Host Permission Justification:
The extension pulls data from the wordnik.com api for the word of the day and unsplash.com for the photo background.
Privacy Policy: https://wordofthedaytab.com/privacy-policy/
Terms of Service: https://wordofthedaytab.com/terms-of-service/
About Us: https://wordofthedaytab.com/about-us/
Contact Us: https://wordofthedaytab.com/contact/
How to Uninstall: https://wordofthedaytab.com/uninstall/ معلومات أساسية عن التمديد
| الاسم | |
| ID | jocnnakhfkdkihlabdeigeijichjlihi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi |
| الوصف | Learn a new word each day! |
| حجم الملف | 118 KB |
| عدد التثبيتات | 11,048 |
| النسخة الحالية | 1.1.3 |
| آخر تحديث | 2022-06-06 |
| تاريخ النشر | 2022-03-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Diversify Media, Inc. |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://diversifymedia.com/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Word of the Day Tab",
"description": "Learn a new word each day!",
"version": "1.1.3",
"icons": {
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"host_permissions": [
"https:\/\/*.source.unsplash.com\/\/*"
]
} | |