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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nour Halhoul และคุณลักษณะหลักของมันคือ "This extension will allow you to use the old Wikipedia layout without the need to create an account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revert Wikipedia Layout
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |