Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Wat is Lingvo live Omnibox?
Lingvo live Omnibox is een Chrome-extensie ontwikkeld door Andrey Shevchuk, en de belangrijkste functie is "Perform lingvolive.com search from Omnibox, with suggestions".
Extensie Screenshots
Download het CRX-bestand van de extensie Lingvo live Omnibox
Download Lingvo live Omnibox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hjgofholplhmligjcgacibhaiilceila |
Officiële URL | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
Beschrijving | Perform lingvolive.com search from Omnibox, with suggestions |
Bestandsgrootte | 13.37 KB |
Aantal Installaties | 106 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-03-30 |
Publicatiedatum | 2017-04-01 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Andrey Shevchuk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |