Wikipedia Mobile View Redirect

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

What is Wikipedia Mobile View Redirect?

Wikipedia Mobile View Redirect is a Chrome extension developed by https://www.100yen.co.uk, and its main feature is "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.".

Extension Screenshots

screenshot
screenshot

Download Wikipedia Mobile View Redirect Extension CRX File

Download Wikipedia Mobile View Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Wikipedia Mobile View Redirect Wikipedia Mobile View Redirect
ID kmgndcpedgaibepohbjhdgcgkjplffip
Official URL https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip
Description Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
File Size 10.18 KB
Installation Count 188
Current Version 1.0.0
Last Updated 2015-03-18
Publish Date 2015-03-18
Rating 5.00/5 Total 4 Ratings
Developer https://www.100yen.co.uk
Payment Type free
Supported Languages 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"
        }
    ]
}