Yandex.Dictionary

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

Qu'est-ce que Yandex.Dictionary ?

Yandex.Dictionary est une extension Chrome développée par Serge Zaitsev, et sa fonction principale est "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".

Télécharger le fichier CRX de l'extension Yandex.Dictionary

Téléchargez les fichiers d'extension Yandex.Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Yandex.Dictionary Yandex.Dictionary
ID lbhhpihihahbbeeofabacleeppahefgo
URL Officiel https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo
Description To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Taille du Fichier 3.46 KB
Nombre d'Installations 46
Version Actuelle 1.0
Dernière Mise à Jour 2014-02-02
Date de Publication 2014-02-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Serge Zaitsev
Type de Paiement free
Langues Prises en Charge 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
}