Revert Wikipedia Layout

This extension will allow you to use the old Wikipedia layout without the need to create an account.

Co je Revert Wikipedia Layout?

Revert Wikipedia Layout je rozšíření Chrome vyvinuté Nour Halhoul, a jeho hlavní funkcí je „This extension will allow you to use the old Wikipedia layout without the need to create an account.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Revert Wikipedia Layout

Stáhněte si soubory rozšíření Revert Wikipedia Layout ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Many individuals prefer the old Wikipedia layout (pre-2023)— this extension aims to bring that back.

Wikipedia offers registered users to change their layout preferences through their account settings, however, incognito and unregistered users are unfortunately left out. This simple extension solves this issue by adding the necessary URL parameter to every Wikipedia page, to ensure that the old layout is displayed.                    

Základní Informace o Rozšíření

Název Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
Oficiální URL https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Popis This extension will allow you to use the old Wikipedia layout without the need to create an account.
Velikost souboru 12.45 KB
Počet instalací 2,203
Aktuální Verze 1.8.1
Poslední Aktualizace 2023-02-07
Datum Vydání 2023-01-19
Hodnocení 4.77/5 Celkem 43 Hodnocení
Vývojář Nour Halhoul
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revert Wikipedia Layout",
    "description": "This extension will allow you to use the old Wikipedia layout without the need to create an account.",
    "version": "1.8.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "Scripts\/Main.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "icons": {
        "16": "Images\/icon-16.png",
        "32": "Images\/icon-32.png",
        "48": "Images\/icon-48.png",
        "128": "Images\/icon-128.png"
    }
}