Wiki Viewer

Search entire wikipedia library with a single click.

O que é Wiki Viewer?

Wiki Viewer é uma extensão do Chrome desenvolvida por Scuer, e sua principal característica é "Search entire wikipedia library with a single click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wiki Viewer

Baixe arquivos de extensão Wiki Viewer 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 Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently!

Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.                    

Informações Básicas da Extensão

Nome Wiki Viewer Wiki Viewer
ID ciddbcbjkgfcihojgjnlooihhchpdmfa
URL Oficial https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa
Descrição Search entire wikipedia library with a single click.
Tamanho do Arquivo 40.36 KB
Contagem de Instalações 23
Versão Atual 1.2.1
Última Atualização 2016-12-06
Data de Publicação 2016-12-06
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Scuer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Viewer",
    "description": "Search entire wikipedia library with a single click.",
    "version": "1.2.1",
    "author": "Scuer",
    "short_name": "WV",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "option.html"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/w\/api.php",
        "storage"
    ]
}