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 Serge Zaitsev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'y' into the omnibox and enter the word you want to translate (en-ru, ru-en)"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yandex.Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Поисковое расширение (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 } |