Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

Что такое Dictionary.com Search?

Dictionary.com Search - это расширение Chrome, разработанное voila.tech.99, и его основная функция - "Quickly find meanings for the selected word on Dictionary.com.".

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

screenshot

Скачать файл CRX расширения Dictionary.com Search

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

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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

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

Название Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
Официальный URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Описание Quickly find meanings for the selected word on Dictionary.com.
Размер файла 13.41 KB
Количество установок 490
Текущая Версия 1.0.0
Последнее Обновление 2021-10-04
Дата публикации 2021-09-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик voila.tech.99
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https:junglenut.net/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}