Hello Vocabulary

Should I memorize this vocabulary

Что такое Hello Vocabulary?

Hello Vocabulary - это расширение Chrome, разработанное coherence0815, и его основная функция - "Should I memorize this vocabulary".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Hello Vocabulary

Скачайте файлы расширений Hello Vocabulary в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings.

At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them.

As the result, I built this tool to see if I should memorize those vocabularies or not.                    

Основная информация о расширении

Название Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Официальный URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Описание Should I memorize this vocabulary
Размер файла 58.93 KB
Количество установок 59
Текущая Версия 1.2
Последнее Обновление 2016-11-20
Дата публикации 2016-11-20
Разработчик coherence0815
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/HemingwayLee/HelloVocabulary
URL страницы помощи https://github.com/HemingwayLee/HelloVocabulary
Поддерживаемые языки zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello Vocabulary",
    "description": "Should I memorize this vocabulary",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ]
}