Yandex.Dictionary
To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Cos'è Yandex.Dictionary?
Yandex.Dictionary è un'estensione di Chrome sviluppata da Serge Zaitsev, e la sua funzione principale è "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".
Scarica il file CRX dell'estensione Yandex.Dictionary
Scarica i file di estensione Yandex.Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Поисковое расширение (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 привет")
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | lbhhpihihahbbeeofabacleeppahefgo |
URL Ufficiale | https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo |
Descrizione | To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en) |
Dimensione del File | 3.46 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-02-02 |
Data di Pubblicazione | 2014-02-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Serge Zaitsev |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |