Vocab Saver

Save Vocab Words

Что такое Vocab Saver?

Vocab Saver - это расширение Chrome, разработанное peterthomasdev, и его основная функция - "Save Vocab Words".

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

screenshot

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

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

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

                        Using this extension you can add words to vocab lists as you are reading in your browser.

This allows you to continue your train of thought with minimal interruptions from new words.

Once you are done you can simply copy and paste the list of words into your choice of flashcards or vocab lists.

Vocab Saver has a language list for all languages that Google offers.                    

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

Название Vocab Saver Vocab Saver
ID kigpnagaaaipafllijciicggngbpdcbh
Официальный URL https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh
Описание Save Vocab Words
Размер файла 44.26 KB
Количество установок 193
Текущая Версия 2.1
Последнее Обновление 2017-04-03
Дата публикации 2017-04-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик peterthomasdev
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocab Saver",
    "description": "Save Vocab Words",
    "version": "2.1",
    "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/1.3.0\/material.min.js; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "16-bit-icon.ico"
    },
    "browser_action": {
        "default_icon": "standard-icon.png",
        "default_popup": "vocabSaver.html"
    }
}