Wiki Redirect

Language and mobile to desktop redirection on Wikipedia pages.

O que é Wiki Redirect?

Wiki Redirect é uma extensão do Chrome desenvolvida por Memento SRLS, e sua principal característica é "Language and mobile to desktop redirection on Wikipedia pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wiki Redirect

Baixe arquivos de extensão Wiki Redirect 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 enables automatic language redirection on Wikipedia pages. 
When you open a Wikipedia page in a different language, it will try to open the same article on the choosen language.
You can choose the redirection language from a list of Wikipedia supported languages.

It's also possibile to automatically convert links from the mobile version to the desktop version.

Extension developed by Memento SRLS
https://play.google.com/store/apps/developer?id=Memento+SRLS                    

Informações Básicas da Extensão

Nome Wiki Redirect Wiki Redirect
ID oenahiaeppiepibbmfpadomieekgbmbb
URL Oficial https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb
Descrição Language and mobile to desktop redirection on Wikipedia pages.
Tamanho do Arquivo 50.83 KB
Contagem de Instalações 393
Versão Atual 1.1
Última Atualização 2014-09-30
Data de Publicação 2014-09-30
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor Memento SRLS
Tipo de Pagamento free
Site da Extensão https://play.google.com/store/apps/developer?id=Memento+SRLS
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_name": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.wikipedia.org\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}