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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}