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