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 |
Eメール | [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" ] } } |