Yandex.Dictionary
To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)
Τι είναι το Yandex.Dictionary;
Το Yandex.Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Serge Zaitsev, και η κύρια λειτουργία του είναι "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)".
Λήψη αρχείου CRX της επέκτασης Yandex.Dictionary
Λήψη αρχείων επέκτασης Yandex.Dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Поисковое расширение (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 привет")
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | lbhhpihihahbbeeofabacleeppahefgo |
Επίσημο URL | https://chrome.google.com/webstore/detail/yandexdictionary/lbhhpihihahbbeeofabacleeppahefgo |
Περιγραφή | To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en) |
Μέγεθος Αρχείου | 3.46 KB |
Αριθμός Εγκαταστάσεων | 46 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-02-02 |
Ημερομηνία Δημοσίευσης | 2014-02-02 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Serge Zaitsev |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |