Word Definer

Get the definitions of all big or complex words from every webpage

Что такое Word Definer?

Word Definer - это расширение Chrome, разработанное Unknown, и его основная функция - "Get the definitions of all big or complex words from every webpage".

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

screenshot
screenshot
screenshot

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

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

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

                        Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.                    

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

Название Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
Официальный URL https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Описание Get the definitions of all big or complex words from every webpage
Размер файла 21.79 KB
Количество установок 54
Текущая Версия 0.0.1
Последнее Обновление 2021-11-02
Дата публикации 2021-11-02
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Definer",
    "description": "Get the definitions of all big or complex words from every webpage",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/dictionary16x16.png",
        "48": "images\/dictionary48x48.png",
        "128": "images\/dictionary128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}