Word of the Tab

A chrome new tab extension that displays a random Spanish word and its translation

ما هو Word of the Tab؟

Word of the Tab هو إضافة Chrome تم تطويرها بواسطة Mikey Inc، والميزة الرئيسية لها هي "A chrome new tab extension that displays a random Spanish word and its translation".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Word of the Tab

قم بتنزيل ملفات الامتداد Word of the Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! 

More languages are in development as well, if you'd like to suggest a language to be added, send me an email.                    

معلومات أساسية عن التمديد

الاسم Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
الوصف A chrome new tab extension that displays a random Spanish word and its translation
حجم الملف 2.8 MB
عدد التثبيتات 76
النسخة الحالية 1.0.0
آخر تحديث 2017-06-17
تاريخ النشر 2017-06-17
تقييم 5.00/5 مجموع تقييمات 2
المطور Mikey Inc
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word of the Tab",
    "description": "A chrome new tab extension that displays a random Spanish word and its translation",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "spanTab.html"
    },
    "options_ui": {
        "page": "optionsPage.html",
        "chrome_style": true
    },
    "icons": {
        "128": "images\/ext-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}