Wikipedia Mobile View Redirect

Redirects all Wikipedia pages to the mobile layout, which is much easier to read.

Wat is Wikipedia Mobile View Redirect?

Wikipedia Mobile View Redirect is een Chrome-extensie ontwikkeld door https://www.100yen.co.uk, en de belangrijkste functie is "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wikipedia Mobile View Redirect

Download Wikipedia Mobile View Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Wikipedia Mobile View Redirect Wikipedia Mobile View Redirect
ID kmgndcpedgaibepohbjhdgcgkjplffip
Officiële URL https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip
Beschrijving Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
Bestandsgrootte 10.18 KB
Aantal Installaties 188
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-03-18
Publicatiedatum 2015-03-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.100yen.co.uk
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Mobile View Redirect",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "description": "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.m.wikipedia.org\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}