Wiki Redirect

Language and mobile to desktop redirection on Wikipedia pages.

Cos'è Wiki Redirect?

Wiki Redirect è un'estensione di Chrome sviluppata da Memento SRLS, e la sua funzione principale è "Language and mobile to desktop redirection on Wikipedia pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wiki Redirect

Scarica i file di estensione Wiki Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Wiki Redirect Wiki Redirect
ID oenahiaeppiepibbmfpadomieekgbmbb
URL Ufficiale https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb
Descrizione Language and mobile to desktop redirection on Wikipedia pages.
Dimensione del File 50.83 KB
Conteggio Installazioni 393
Versione Corrente 1.1
Ultimo Aggiornamento 2014-09-30
Data di Pubblicazione 2014-09-30
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore Memento SRLS
Tipo di Pagamento free
Sito Web dell'Estensione https://play.google.com/store/apps/developer?id=Memento+SRLS
Lingue Supportate 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"
        ]
    }
}