Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
O que é Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu é uma extensão do Chrome desenvolvida por Damien Brunet, e sua principal característica é "Search Wikipedia from the context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wikipedia Lookup - Context Menu
Baixe arquivos de extensão Wikipedia Lookup - Context Menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
URL Oficial | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Descrição | Search Wikipedia from the context menu. |
Tamanho do Arquivo | 17.92 KB |
Contagem de Instalações | 4,575 |
Versão Atual | 1.4.6 |
Última Atualização | 2021-06-08 |
Data de Publicação | 2020-07-02 |
Classificação | 3.97/5 Total de 35 Avaliações |
Desenvolvedor | Damien Brunet |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |