XP Newtab
A new tab extension that is in the style of Windows XP.
Co to jest XP Newtab?
XP Newtab to rozszerzenie Chrome opracowane przez Etesam Ansari, a jego główną funkcją jest „A new tab extension that is in the style of Windows XP.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XP Newtab
Pobierz pliki rozszerzeń XP Newtab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
Oficjalny URL | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Opis | A new tab extension that is in the style of Windows XP. |
Rozmiar pliku | 734 KB |
Liczba instalacji | 1,528 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2023-07-24 |
Data Publikacji | 2021-05-05 |
Ocena | 4.49/5 Łącznie 55 Oceny |
Deweloper | Etesam Ansari |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Etesam913/xp-newtab |
Adres URL Strony Pomocy | https://github.com/Etesam913/xp-newtab/issues |
Obsługiwane Języki | 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" } } |