Revert Wikipedia Layout
This extension will allow you to use the old Wikipedia layout without the need to create an account.
Apa itu Revert Wikipedia Layout?
Revert Wikipedia Layout adalah ekstensi Chrome yang dikembangkan oleh Nour Halhoul, dan fitur utamanya adalah "This extension will allow you to use the old Wikipedia layout without the need to create an account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Revert Wikipedia Layout
Unduh file ekstensi Revert Wikipedia Layout dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Revert Wikipedia Layout |
ID | jpnfgjjnmghhkgffigedilglfkpcjlda |
URL Resmi | https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda |
Deskripsi | This extension will allow you to use the old Wikipedia layout without the need to create an account. |
Ukuran File | 12.45 KB |
Jumlah Instalasi | 2,203 |
Versi Saat Ini | 1.8.1 |
Terakhir Diperbarui | 2023-02-07 |
Tanggal Publikasi | 2023-01-19 |
Penilaian | 4.77/5 Total 43 Penilaian |
Pengembang | Nour Halhoul |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nourHalhoul/Revert-Wikipedia-Layout |
Bahasa yang Didukung | 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" } } |