Wiki Redirect

Language and mobile to desktop redirection on Wikipedia pages.

Vad är Wiki Redirect?

Wiki Redirect är en Chrome-tillägg utvecklad av Memento SRLS, och dess huvudfunktion är "Language and mobile to desktop redirection on Wikipedia pages.".

Tilläggsskärmbilder

screenshot

Ladda ner Wiki Redirect-förlängningens CRX-fil

Ladda ner Wiki Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Wiki Redirect Wiki Redirect
ID oenahiaeppiepibbmfpadomieekgbmbb
Officiell webbadress https://chromewebstore.google.com/detail/wiki-redirect/oenahiaeppiepibbmfpadomieekgbmbb
Beskrivning Language and mobile to desktop redirection on Wikipedia pages.
Filstorlek 50.83 KB
Antal Installationer 393
Aktuell Version 1.1
Senast Uppdaterad 2014-09-30
Publiceringsdatum 2014-09-30
Betyg 4.57/5 Totalt 7 Betyg
Utvecklare Memento SRLS
Betalningssätt free
Tilläggswebbplats https://play.google.com/store/apps/developer?id=Memento+SRLS
Stödda Språk 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"
        ]
    }
}