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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}