Vocabulary

Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box

Что такое Vocabulary?

Vocabulary - это расширение Chrome, разработанное Joe, и его основная функция - "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".

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

screenshot

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

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

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

                        This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.                    

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

Название Vocabulary Vocabulary
ID lkkbfikfdjgeoncmlljmhpnecmpahlkc
Официальный URL https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc
Описание Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Размер файла 8.85 KB
Количество установок 298
Текущая Версия 0.1
Последнее Обновление 2018-12-31
Дата публикации 2018-12-31
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Joe
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "vocabulary.js"
        ]
    },
    "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box",
    "icons": {
        "16": "vocab-medium.png"
    },
    "manifest_version": 2,
    "name": "Vocabulary",
    "page_action": {
        "default_icon": {
            "16": "vocab-medium.png"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.1"
}