Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

Vad är Lingvo live Omnibox?

Lingvo live Omnibox är en Chrome-tillägg utvecklad av Andrey Shevchuk, och dess huvudfunktion är "Perform lingvolive.com search from Omnibox, with suggestions".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Lingvo live Omnibox-förlängningens CRX-fil

Ladda ner Lingvo live Omnibox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
Officiell webbadress https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Beskrivning Perform lingvolive.com search from Omnibox, with suggestions
Filstorlek 13.37 KB
Antal Installationer 106
Aktuell Version 1.3
Senast Uppdaterad 2021-03-30
Publiceringsdatum 2017-04-01
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Andrey Shevchuk
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}