XP Newtab
A new tab extension that is in the style of Windows XP.
Was ist XP Newtab?
XP Newtab ist eine Chrome-Erweiterung, die von Etesam Ansari entwickelt wurde, und ihr Hauptmerkmal ist "A new tab extension that is in the style of Windows XP.".
Erweiterungsscreenshots
XP Newtab-Erweiterungs-CRX-Datei herunterladen
Laden Sie XP Newtab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ncfmlogaelpnniflgipmnnglhfiifkke |
| Offizielle URL | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
| Beschreibung | A new tab extension that is in the style of Windows XP. |
| Dateigröße | 734 KB |
| Installationsanzahl | 1,528 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2023-07-24 |
| Veröffentlichungsdatum | 2021-05-05 |
| Bewertung | 4.49/5 Insgesamt 55 Bewertungen |
| Entwickler | Etesam Ansari |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Etesam913/xp-newtab |
| Hilfeseite URL | https://github.com/Etesam913/xp-newtab/issues |
| Unterstützte Sprachen | 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"
}
} | |