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.”。

扩展截图

screenshot

下载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 Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
官方URL 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"
    }
}