Wikipedia Mobile View Redirect

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

Co to jest Wikipedia Mobile View Redirect?

Wikipedia Mobile View Redirect to rozszerzenie Chrome opracowane przez https://www.100yen.co.uk, a jego główną funkcją jest „Redirects all Wikipedia pages to the mobile layout, which is much easier to read.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wikipedia Mobile View Redirect

Pobierz pliki rozszerzeń Wikipedia Mobile View Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Wikipedia Mobile View Redirect Wikipedia Mobile View Redirect
ID kmgndcpedgaibepohbjhdgcgkjplffip
Oficjalny URL https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip
Opis Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
Rozmiar pliku 10.18 KB
Liczba instalacji 188
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2015-03-18
Data Publikacji 2015-03-18
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://www.100yen.co.uk
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}