Revert Wikipedia Layout
This extension will allow you to use the old Wikipedia layout without the need to create an account.
Wat is Revert Wikipedia Layout?
Revert Wikipedia Layout is een Chrome-extensie ontwikkeld door Nour Halhoul, en de belangrijkste functie is "This extension will allow you to use the old Wikipedia layout without the need to create an account.".
Extensie Screenshots
Download het CRX-bestand van de extensie Revert Wikipedia Layout
Download Revert Wikipedia Layout-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
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.
Basisinformatie over de Extensie
Naam | Revert Wikipedia Layout |
ID | jpnfgjjnmghhkgffigedilglfkpcjlda |
Officiële URL | https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda |
Beschrijving | This extension will allow you to use the old Wikipedia layout without the need to create an account. |
Bestandsgrootte | 12.45 KB |
Aantal Installaties | 2,203 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2023-02-07 |
Publicatiedatum | 2023-01-19 |
Beoordeling | 4.77/5 Totaal 43 Beoordelingen |
Ontwikkelaar | Nour Halhoul |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nourHalhoul/Revert-Wikipedia-Layout |
Ondersteunde Talen | 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" } } |