Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

Apa itu Lingvo live Omnibox?

Lingvo live Omnibox adalah ekstensi Chrome yang dikembangkan oleh Andrey Shevchuk, dan fitur utamanya adalah "Perform lingvolive.com search from Omnibox, with suggestions".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Lingvo live Omnibox

Unduh file ekstensi Lingvo live Omnibox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lingvo live Omnibox Lingvo live Omnibox
ID hjgofholplhmligjcgacibhaiilceila
URL Resmi https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila
Deskripsi Perform lingvolive.com search from Omnibox, with suggestions
Ukuran File 13.37 KB
Jumlah Instalasi 106
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-03-30
Tanggal Publikasi 2017-04-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Andrey Shevchuk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}