Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Was ist Lingvo live Omnibox?
Lingvo live Omnibox ist eine Chrome-Erweiterung, die von Andrey Shevchuk entwickelt wurde, und ihr Hauptmerkmal ist "Perform lingvolive.com search from Omnibox, with suggestions".
Erweiterungsscreenshots
Lingvo live Omnibox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lingvo live Omnibox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hjgofholplhmligjcgacibhaiilceila |
Offizielle URL | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
Beschreibung | Perform lingvolive.com search from Omnibox, with suggestions |
Dateigröße | 13.37 KB |
Installationsanzahl | 106 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-03-30 |
Veröffentlichungsdatum | 2017-04-01 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Andrey Shevchuk |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |