Yandex.Dictionary
To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Vad är Yandex.Dictionary?
Yandex.Dictionary är en Chrome-tillägg utvecklad av Serge Zaitsev, och dess huvudfunktion är "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".
Ladda ner Yandex.Dictionary-förlängningens CRX-fil
Ladda ner Yandex.Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Поисковое расширение (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äggande Information om Tillägg
Namn | ![]() |
ID | lbhhpihihahbbeeofabacleeppahefgo |
Officiell webbadress | https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo |
Beskrivning | To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en) |
Filstorlek | 3.46 KB |
Antal Installationer | 46 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-02-02 |
Publiceringsdatum | 2014-02-02 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Serge Zaitsev |
Betalningssätt | free |
Stödda Språk | 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 } |