Yandex.Dictionary

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

Apa itu Yandex.Dictionary?

Yandex.Dictionary adalah ekstensi Chrome yang dikembangkan oleh Serge Zaitsev, dan fitur utamanya adalah "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Unduh Berkas CRX Ekstensi Yandex.Dictionary

Unduh file ekstensi Yandex.Dictionary 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

                        Поисковое расширение (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 привет")                    

Informasi Dasar Ekstensi

Nama Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
URL Resmi https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Deskripsi To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Ukuran File 3.46 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-02-02
Tanggal Publikasi 2014-02-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Serge Zaitsev
Tipe Pembayaran free
Bahasa yang Didukung 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
}