Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
什么是Lingvo live Omnibox?
Lingvo live Omnibox是由Andrey Shevchuk开发的Chrome扩展程序,该扩展的主要功能是“Perform lingvolive.com search from Omnibox, with suggestions”。
扩展截图
下载Lingvo live Omnibox扩展crx文件
下载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" ] } } |