Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

What is Lingvo live Omnibox?

Lingvo live Omnibox is a Chrome extension developed by Andrey Shevchuk, and its main feature is "Perform lingvolive.com search from Omnibox, with suggestions".

Extension Screenshots

screenshot
screenshot

Download Lingvo live Omnibox Extension CRX File

Download Lingvo live Omnibox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
Official URL https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Description Perform lingvolive.com search from Omnibox, with suggestions
File Size 13.37 KB
Installation Count 106
Current Version 1.3
Last Updated 2021-03-30
Publish Date 2017-04-01
Rating 5.00/5 Total 5 Ratings
Developer Andrey Shevchuk
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}