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 |
公式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 |
Eメール | [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" } } |