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 } |