m-wiki

Automatically redirects Wikipedia to the mobile version.

Hvad er m-wiki?

m-wiki er en Chrome-udvidelse udviklet af Jathu Satkunarajah, og dens hovedfunktion er "Automatically redirects Wikipedia to the mobile version.".

Udvidelsesskærmbilleder

screenshot

Download m-wiki-udvidelses-CRX-fil

Download m-wiki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users.                    

Grundlæggende oplysninger om udvidelsen

Navn m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
Officiel URL https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
Beskrivelse Automatically redirects Wikipedia to the mobile version.
Filstørrelse 994 KB
Antal Installationer 673
Nuværende Version 2.1
Senest Opdateret 2016-12-22
Udgivelsesdato 2016-12-22
Bedømmelse 4.97/5 Samlet 29 Bedømmelser
Udvikler Jathu Satkunarajah
Betalingsmetode free
Udvidelseswebsted https://github.com/jathu/m-wiki
Hjælpeside-URL https://github.com/jathu/m-wiki
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "m-wiki",
    "description": "Automatically redirects Wikipedia to the mobile version.",
    "author": "Jathu Satkunarajah",
    "version": "2.1",
    "permissions": [
        "http:\/\/*.wikipedia.org\/wiki\/*",
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}