Yandex.Dictionary

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

Wat is Yandex.Dictionary?

Yandex.Dictionary is een Chrome-extensie ontwikkeld door Serge Zaitsev, en de belangrijkste functie is "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Download het CRX-bestand van de extensie Yandex.Dictionary

Download Yandex.Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
Officiële URL https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Beschrijving To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Bestandsgrootte 3.46 KB
Aantal Installaties 46
Huidige Versie 1.0
Laatst Bijgewerkt 2014-02-02
Publicatiedatum 2014-02-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Serge Zaitsev
Betalingswijze free
Ondersteunde Talen 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
}