Yandex.Dictionary

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

Co to jest Yandex.Dictionary?

Yandex.Dictionary to rozszerzenie Chrome opracowane przez Serge Zaitsev, a jego główną funkcją jest „To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)”.

Pobierz plik CRX rozszerzenia Yandex.Dictionary

Pobierz pliki rozszerzeń Yandex.Dictionary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
Oficjalny URL https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Opis To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Rozmiar pliku 3.46 KB
Liczba instalacji 46
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-02-02
Data Publikacji 2014-02-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Serge Zaitsev
Typ Płatności free
Obsługiwane Języki 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
}