Revert Wikipedia Layout

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

Revert Wikipedia Layout là gì?

Revert Wikipedia Layout là một tiện ích mở rộng Chrome được phát triển bởi Nour Halhoul, và tính năng chính của nó là "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Revert Wikipedia Layout

Tải xuống các tệp mở rộng Revert Wikipedia Layout dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
URL Chính Thức https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Mô tả This extension will allow you to use the old Wikipedia layout without the need to create an account.
Kích Thước Tệp 12.45 KB
Số Lần Cài Đặt 2,203
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2023-01-19
Đánh Giá 4.77/5 Tổng số 43 Đánh Giá
Nhà Phát Triển Nour Halhoul
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}