Yandex.Dictionary

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

Co je Yandex.Dictionary?

Yandex.Dictionary je rozšíření Chrome vyvinuté Serge Zaitsev, a jeho hlavní funkcí je „To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)“.

Stáhnout soubor CRX rozšíření Yandex.Dictionary

Stáhněte si soubory rozšíření Yandex.Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
Oficiální URL https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Popis To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Velikost souboru 3.46 KB
Počet instalací 46
Aktuální Verze 1.0
Poslední Aktualizace 2014-02-02
Datum Vydání 2014-02-02
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Serge Zaitsev
Typ Platby free
Podporované Jazyky 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
}