Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Cos'è Lingvo live Omnibox?
Lingvo live Omnibox è un'estensione di Chrome sviluppata da Andrey Shevchuk, e la sua funzione principale è "Perform lingvolive.com search from Omnibox, with suggestions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lingvo live Omnibox
Scarica i file di estensione Lingvo live Omnibox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hjgofholplhmligjcgacibhaiilceila |
URL Ufficiale | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
Descrizione | Perform lingvolive.com search from Omnibox, with suggestions |
Dimensione del File | 13.37 KB |
Conteggio Installazioni | 106 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-30 |
Data di Pubblicazione | 2017-04-01 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Andrey Shevchuk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |