Yandex.Dictionary

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

Hvad er Yandex.Dictionary?

Yandex.Dictionary er en Chrome-udvidelse udviklet af Serge Zaitsev, og dens hovedfunktion er "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Download Yandex.Dictionary-udvidelses-CRX-fil

Download Yandex.Dictionary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
Officiel URL https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Beskrivelse To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Filstørrelse 3.46 KB
Antal Installationer 46
Nuværende Version 1.0
Senest Opdateret 2014-02-02
Udgivelsesdato 2014-02-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Serge Zaitsev
Betalingsmetode free
Understøttede Sprog 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
}