Redirect to mobile site for Wikimedia pages

When you visit the desktop version of a Wikimedia page, you will be taken to the mobile-optimised page instead

Redirect to mobile site for Wikimedia pages क्या है?

Redirect to mobile site for Wikimedia pages https://beingmrkenny.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you visit the desktop version of a Wikimedia page, you will be taken to the mobile-optimised page instead"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redirect to mobile site for Wikimedia pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The mobile-optimised pages of Wikimedia sites are often easier to read than the desktop version. With this extension, when you visit the desktop version of a Wikipedia or Wiktionary article (or any article on a Wikimedia site), you will be taken to the mobile-optimised version of that page instead.

For example, if you visit https://en.wikipedia.org/wiki/Photosynthesis you will be taken to https://en.m.wikipedia.org/wiki/Photosynthesis. If you visit https://en.wiktionary.org/wiki/botany you will be taken to https://en.m.wiktionary.org/wiki/botany. The exception to this is if you are editing an article. In that case you will be taken to the desktop version of the site, which you may find easier to use and more fully-featured when editing.

You can control this extension with the toolbar menu, which allows you to switch it on or off, and whether it should take you to the desktop version to edit an article.

If you would like to see the code that powers this extension, please see the GitHub repository here: https://github.com/beingmrkenny/WikimediaRedirect                    

एक्सटेंशन की मूल जानकारी

नाम Redirect to mobile site for Wikimedia pages Redirect to mobile site for Wikimedia pages
ID pbphdieomeafocdjodmhjnkjjoloiebj
आधिकारिक URL https://chromewebstore.google.com/detail/redirect-to-mobile-site-f/pbphdieomeafocdjodmhjnkjjoloiebj
विवरण When you visit the desktop version of a Wikimedia page, you will be taken to the mobile-optimised page instead
फ़ाइल का आकार 15.08 KB
स्थापना संख्या 71
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-05-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://beingmrkenny.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://beingmrkenny.co.uk/web-extensions/wikimedia-mobile-redirect
सहायता पृष्ठ URL https://beingmrkenny.co.uk/web-extensions/wikimedia-mobile-redirect
गोपनीयता नीति पृष्ठ URL https://beingmrkenny.co.uk/web-extensions/wikimedia-mobile-redirect
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect to mobile site for Wikimedia pages",
    "short_name": "Wikimedia Mobile Redirect",
    "description": "When you visit the desktop version of a Wikimedia page, you will be taken to the mobile-optimised page instead",
    "author": "Mark Kenny",
    "homepage_url": "https:\/\/beingmrkenny.co.uk\/web-extensions\/wikimedia-mobile-redirect",
    "version": "1.3.5",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "include_globs": [
                "http:\/\/*.wikibooks.org\/*",
                "http:\/\/*.wikidata.org\/*",
                "http:\/\/*.wikimedia.org\/*",
                "http:\/\/*.wikinews.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "http:\/\/*.wikiquote.org\/*",
                "http:\/\/*.wikisource.org\/*",
                "http:\/\/*.wikiversity.org\/*",
                "http:\/\/*.wikivoyage.org\/*",
                "http:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikibooks.org\/*",
                "https:\/\/*.wikidata.org\/*",
                "https:\/\/*.wikimedia.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/*.wiktionary.org\/*"
            ],
            "js": [
                "URLProcessor.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*.wikibooks.org\/*",
                "http:\/\/*.wikidata.org\/*",
                "http:\/\/*.wikimedia.org\/*",
                "http:\/\/*.wikinews.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "http:\/\/*.wikiquote.org\/*",
                "http:\/\/*.wikisource.org\/*",
                "http:\/\/*.wikiversity.org\/*",
                "http:\/\/*.wikivoyage.org\/*",
                "http:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikibooks.org\/*",
                "https:\/\/*.wikidata.org\/*",
                "https:\/\/*.wikimedia.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/*.wiktionary.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Redirect to mobile site for Wikimedia pages",
        "default_popup": "popup.html",
        "default_icon": "img\/buttonIcon.png"
    }
}