Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Cos'è Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu è un'estensione di Chrome sviluppata da Damien Brunet, e la sua funzione principale è "Search Wikipedia from the context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wikipedia Lookup - Context Menu
Scarica i file di estensione Wikipedia Lookup - Context Menu 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
Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu. By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options. Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu
Informazioni di Base sull'Estensione
Nome | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
URL Ufficiale | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Descrizione | Search Wikipedia from the context menu. |
Dimensione del File | 17.92 KB |
Conteggio Installazioni | 4,575 |
Versione Corrente | 1.4.6 |
Ultimo Aggiornamento | 2021-06-08 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 3.97/5 Totale 35 Valutazioni |
Sviluppatore | Damien Brunet |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "contextMenus", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |