Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Lingvo live Omniboxคืออะไร?
Lingvo live Omnibox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Shevchuk และคุณลักษณะหลักของมันคือ "Perform lingvolive.com search from Omnibox, with suggestions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lingvo live Omnibox
ดาวน์โหลดไฟล์ส่วนขยาย Lingvo live Omnibox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Type "l" (for lingvo) into the address bar, then press SPACE. Start typing something and joyfully observe suggestions appear as you type. Press Enter to open the corresponding dictionary article in a new tab. Let us hope that the guys from Lingvolive don't change the API in such a way as to make this kind of things impossible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjgofholplhmligjcgacibhaiilceila |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
คำอธิบาย | Perform lingvolive.com search from Omnibox, with suggestions |
ขนาดไฟล์ | 13.37 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-03-30 |
วันที่เผยแพร่ | 2017-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Andrey Shevchuk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lingvo live Omnibox", "description": "Perform lingvolive.com search from Omnibox, with suggestions", "version": "1.3", "offline_enabled": false, "options_page": "options.html", "omnibox": { "keyword": "l" }, "icons": { "16": "16.png", "128": "128.png" }, "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |