Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

O que é Lingvo live Omnibox?

Lingvo live Omnibox é uma extensão do Chrome desenvolvida por Andrey Shevchuk, e sua principal característica é "Perform lingvolive.com search from Omnibox, with suggestions".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lingvo live Omnibox

Baixe arquivos de extensão Lingvo live Omnibox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
URL Oficial https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Descrição Perform lingvolive.com search from Omnibox, with suggestions
Tamanho do Arquivo 13.37 KB
Contagem de Instalações 106
Versão Atual 1.3
Última Atualização 2021-03-30
Data de Publicação 2017-04-01
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Andrey Shevchuk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}