Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

Что такое Lingvo live Omnibox?

Lingvo live Omnibox - это расширение Chrome, разработанное Andrey Shevchuk, и его основная функция - "Perform lingvolive.com search from Omnibox, with suggestions".

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

screenshot
screenshot

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

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

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

                        Type "l" (for lingvo) into the address bar, then press SPACE. Start typing something and joyfully observe suggestions appear as you type. Press Enter to open the corresponding dictionary article in a new tab.

Let us hope that the guys from Lingvolive don't change the API in such a way as to make this kind of things impossible.                    

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

Название Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
Официальный URL https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Описание Perform lingvolive.com search from Omnibox, with suggestions
Размер файла 13.37 KB
Количество установок 106
Текущая Версия 1.3
Последнее Обновление 2021-03-30
Дата публикации 2017-04-01
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Andrey Shevchuk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lingvo live Omnibox",
    "description": "Perform lingvolive.com search from Omnibox, with suggestions",
    "version": "1.3",
    "offline_enabled": false,
    "options_page": "options.html",
    "omnibox": {
        "keyword": "l"
    },
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}