XP Newtab
A new tab extension that is in the style of Windows XP.
Что такое XP Newtab?
XP Newtab - это расширение Chrome, разработанное Etesam Ansari, и его основная функция - "A new tab extension that is in the style of Windows XP.".
Снимки экрана расширения
Скачать файл CRX расширения XP Newtab
Скачайте файлы расширений XP Newtab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension displays a Windows XP styled customizable page when a new tab is opened. You can create multiple windows & icons. There can be search bars, videos, text, and more inside of each window. ✨ NEW: • Fixed security vulnerabilities • Refactored much of the codebase • The text component supports markdown • There is a windows 7 theme added The project is open source and can be found here: https://github.com/Etesam913/xp-newtab/ This extension is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Microsoft, or any of its subsidiaries or its affiliates.
Основная информация о расширении
Название | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
Официальный URL | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Описание | A new tab extension that is in the style of Windows XP. |
Размер файла | 734 KB |
Количество установок | 1,528 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2023-07-24 |
Дата публикации | 2021-05-05 |
Рейтинг | 4.49/5 Всего 55 оценок |
Разработчик | Etesam Ansari |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Etesam913/xp-newtab |
URL страницы помощи | https://github.com/Etesam913/xp-newtab/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XP Newtab", "author": "Etesam Ansari", "version": "1.2.1", "description": "A new tab extension that is in the style of Windows XP.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "unlimitedStorage" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |