Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

¿Qué es Lingvo live Omnibox?

Lingvo live Omnibox es una extensión de Chrome desarrollada por Andrey Shevchuk, y su función principal es "Perform lingvolive.com search from Omnibox, with suggestions".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Lingvo live Omnibox

Descarga archivos de extensión Lingvo live Omnibox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
URL Oficial https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Descripción Perform lingvolive.com search from Omnibox, with suggestions
Tamaño del Archivo 13.37 KB
Cantidad de Instalaciones 106
Versión Actual 1.3
Última Actualización 2021-03-30
Fecha de Publicación 2017-04-01
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Andrey Shevchuk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}