Lingvo live Omnibox
Perform lingvolive.com search from Omnibox, with suggestions
Qu'est-ce que Lingvo live Omnibox ?
Lingvo live Omnibox est une extension Chrome développée par Andrey Shevchuk, et sa fonction principale est "Perform lingvolive.com search from Omnibox, with suggestions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lingvo live Omnibox
Téléchargez les fichiers d'extension Lingvo live Omnibox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hjgofholplhmligjcgacibhaiilceila |
URL Officiel | https://chromewebstore.google.com/detail/lingvo-live-omnibox/hjgofholplhmligjcgacibhaiilceila |
Description | Perform lingvolive.com search from Omnibox, with suggestions |
Taille du Fichier | 13.37 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-03-30 |
Date de Publication | 2017-04-01 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Andrey Shevchuk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |