Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
O que é Wikipedia Link Expander?
Wikipedia Link Expander é uma extensão do Chrome desenvolvida por jacloar, e sua principal característica é "Changes the title text for wikipedia links to be the first paragraph of that page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wikipedia Link Expander
Baixe arquivos de extensão Wikipedia Link Expander 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
Wikipedia Link Expander is for people who enjoy browsing articles on Wikipedia and exploring all the links. This extension allows you to hover over a link in Wikipedia and view the first paragraph of information in that article so you can read without clicking away. It isn't very good, it is incredibly buggy, and there are probably better alternatives out there, but we wanted to show off our version!
Informações Básicas da Extensão
Nome | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
URL Oficial | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
Descrição | Changes the title text for wikipedia links to be the first paragraph of that page |
Tamanho do Arquivo | 48.91 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-02-08 |
Data de Publicação | 2015-02-08 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | jacloar |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Link Expander", "description": "Changes the title text for wikipedia links to be the first paragraph of that page", "version": "1.0.1", "icons": { "16": "images\/wikipediaicon16.png", "48": "images\/wikipediaicon48.png", "128": "images\/wikipediaicon128.png" }, "permissions": [ "tabs", "activeTab", "contentSettings", "http:\/\/*.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "js": [ "jquery-1.11.2.min.js", "wikipediaHover.js" ] } ] } |