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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |