Greek/Latin Word Lookup

Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.

Что такое Greek/Latin Word Lookup?

Greek/Latin Word Lookup - это расширение Chrome, разработанное Greek Latin Word Lookup, и его основная функция - "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Greek/Latin Word Lookup

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

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

                        This lightweight extension allows you to quickly look up the definitions of Greek and Latin words directly in the browser using Perseus Digital Library.                    

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

Название Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Официальный URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Описание Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Размер файла 49.58 KB
Количество установок 66
Текущая Версия 0.0.0.7
Последнее Обновление 2021-10-09
Дата публикации 2021-04-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Greek Latin Word Lookup
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/kailee-p/greek-latin-word-lookup
URL страницы помощи https://github.com/kailee-p/greek-latin-word-lookup
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greek\/Latin Word Lookup",
    "description": "Look up definitions of Greek\/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.",
    "version": "0.0.0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Greek\/Latin Word Lookup"
    }
}