High Wiki
Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
O que é High Wiki?
High Wiki é uma extensão do Chrome desenvolvida por Liam Zebedee, e sua principal característica é "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão High Wiki
Baixe arquivos de extensão High Wiki 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
Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators Tired of so many Wikipedia tabs open? Are you an inquisitive explorer of links and knowledge? Do you read Maths articles and open a new tab for every second link you encounter? Fret no more! High Wiki: - links to other articles expand inline - links within those excerpts do the same too! - double-click to open in a new tab - click show more to see just that bit more you needed ;)
Informações Básicas da Extensão
Nome | High Wiki |
ID | cjfkkhpnjkcacnfojagblbmenjjbhedi |
URL Oficial | https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi |
Descrição | Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 108 |
Versão Atual | 3.1 |
Última Atualização | 2016-11-07 |
Data de Publicação | 2016-11-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Liam Zebedee |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "High Wiki", "description": "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators", "version": "3.1", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*", "http:\/\/*.wikipedia.org\/wiki\/*" ], "js": [ "libs\/jquery.min.js", "libs\/singleClick.js", "build\/bundle.js" ], "css": [ "highwiki.css" ] } ], "permissions": [ "activeTab", "https:\/\/*.wikipedia.org\/wiki\/*", "http:\/\/*.wikipedia.org\/wiki\/*" ] } |