Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Lingvo live Omnibox là gì?
Lingvo live Omnibox là một tiện ích mở rộng Chrome được phát triển bởi Andrey Shevchuk, và tính năng chính của nó là "Perform lingvolive.com search from Omnibox, with suggestions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lingvo live Omnibox
Tải xuống các tệp mở rộng Lingvo live Omnibox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjgofholplhmligjcgacibhaiilceila |
URL Chính Thức | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
Mô tả | Perform lingvolive.com search from Omnibox, with suggestions |
Kích Thước Tệp | 13.37 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-03-30 |
Ngày Phát Hành | 2017-04-01 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Andrey Shevchuk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |