Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

什麼是Lingvo live Omnibox?

Lingvo live Omnibox是由Andrey Shevchuk開發的Chrome擴展程式,該擴展的主要功能是“Perform lingvolive.com search from Omnibox, with suggestions”。

擴展截圖

screenshot
screenshot

下載Lingvo live Omnibox擴展crx文件

下載Lingvo live Omnibox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
官方網址 https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
簡介 Perform lingvolive.com search from Omnibox, with suggestions
檔案大小 13.37 KB
安裝次數 106
目前版本 1.3
更新時間 2021-03-30
上架時間 2017-04-01
評分 5.00/5 共 5 次評分
開發者 Andrey Shevchuk
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        ]
    }
}