Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

Hvad er Lingvo live Omnibox?

Lingvo live Omnibox er en Chrome-udvidelse udviklet af Andrey Shevchuk, og dens hovedfunktion er "Perform lingvolive.com search from Omnibox, with suggestions".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Lingvo live Omnibox-udvidelses-CRX-fil

Download Lingvo live Omnibox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
Officiel URL https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Beskrivelse Perform lingvolive.com search from Omnibox, with suggestions
Filstørrelse 13.37 KB
Antal Installationer 106
Nuværende Version 1.3
Senest Opdateret 2021-03-30
Udgivelsesdato 2017-04-01
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Andrey Shevchuk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}