Search Selection on Wikipedia

Search selection on wikipedia by right click.

O que é Search Selection on Wikipedia?

Search Selection on Wikipedia é uma extensão do Chrome desenvolvida por yanlong, e sua principal característica é "Search selection on wikipedia by right click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Selection on Wikipedia

Baixe arquivos de extensão Search Selection on Wikipedia 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

                        This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.                    

Informações Básicas da Extensão

Nome Search Selection on Wikipedia Search Selection on Wikipedia
ID mngkaodjkcedcmgcjgndngniocllkegd
URL Oficial https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd
Descrição Search selection on wikipedia by right click.
Tamanho do Arquivo 16.32 KB
Contagem de Instalações 335
Versão Atual 1.3
Última Atualização 2013-12-27
Data de Publicação 2013-12-27
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor yanlong
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Search selection on wikipedia by right click.",
    "icons": {
        "128": "wiki128.png",
        "16": "wiki16.png",
        "48": "wiki48.png"
    },
    "name": "Search Selection on Wikipedia",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "manifest_version": 2
}