Lingvo live Omnibox

Perform lingvolive.com search from Omnibox, with suggestions

ما هو Lingvo live Omnibox؟

Lingvo live Omnibox هو إضافة Chrome تم تطويرها بواسطة Andrey Shevchuk، والميزة الرئيسية لها هي "Perform lingvolive.com search from Omnibox, with suggestions".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Lingvo live Omnibox

قم بتنزيل ملفات الامتداد Lingvo live Omnibox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
        ]
    }
}