XP Newtab
A new tab extension that is in the style of Windows XP.
Hvad er XP Newtab?
XP Newtab er en Chrome-udvidelse udviklet af Etesam Ansari, og dens hovedfunktion er "A new tab extension that is in the style of Windows XP.".
Udvidelsesskærmbilleder
Download XP Newtab-udvidelses-CRX-fil
Download XP Newtab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
Officiel URL | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Beskrivelse | A new tab extension that is in the style of Windows XP. |
Filstørrelse | 734 KB |
Antal Installationer | 1,528 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2023-07-24 |
Udgivelsesdato | 2021-05-05 |
Bedømmelse | 4.49/5 Samlet 55 Bedømmelser |
Udvikler | Etesam Ansari |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Etesam913/xp-newtab |
Hjælpeside-URL | https://github.com/Etesam913/xp-newtab/issues |
Understøttede Sprog | 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" } } |