Revert Wikipedia Layout
This extension will allow you to use the old Wikipedia layout without the need to create an account.
什麼是Revert Wikipedia Layout?
Revert Wikipedia Layout是由Nour Halhoul開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you to use the old Wikipedia layout without the need to create an account.”。
擴展截圖
下載Revert Wikipedia Layout擴展crx文件
下載Revert Wikipedia Layout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Revert Wikipedia Layout |
ID | jpnfgjjnmghhkgffigedilglfkpcjlda |
官方網址 | https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda |
簡介 | This extension will allow you to use the old Wikipedia layout without the need to create an account. |
檔案大小 | 12.45 KB |
安裝次數 | 2,203 |
目前版本 | 1.8.1 |
更新時間 | 2023-02-07 |
上架時間 | 2023-01-19 |
評分 | 4.77/5 共 43 次評分 |
開發者 | Nour Halhoul |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/nourHalhoul/Revert-Wikipedia-Layout |
支援的語言 | 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" } } |