Yandex.Dictionary

To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)

ما هو Yandex.Dictionary؟

Yandex.Dictionary هو إضافة Chrome تم تطويرها بواسطة Serge Zaitsev، والميزة الرئيسية لها هي "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

تحميل ملف CRX للإضافة Yandex.Dictionary

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

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

                        Поисковое расширение (omnibox) для "Яндекс.Словарей". В поисковой строке введите "y" + слово для перевода (напр., "y hello" или "y привет")

Omnibox extension for "Yandex.Dictionary". In the search bar enter "y" + the word to translate (e.g. "y hello" or "y привет")                    

معلومات أساسية عن التمديد

الاسم Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
الوصف To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
حجم الملف 3.46 KB
عدد التثبيتات 46
النسخة الحالية 1.0
آخر تحديث 2014-02-02
تاريخ النشر 2014-02-02
تقييم 5.00/5 مجموع تقييمات 3
المطور Serge Zaitsev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yandex.Dictionary",
    "description": "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/suggest-slovari.yandex.ru\/"
    ],
    "omnibox": {
        "keyword": "y"
    },
    "manifest_version": 2
}