XP Newtab
A new tab extension that is in the style of Windows XP.
Qu'est-ce que XP Newtab ?
XP Newtab est une extension Chrome développée par Etesam Ansari, et sa fonction principale est "A new tab extension that is in the style of Windows XP.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XP Newtab
Téléchargez les fichiers d'extension XP Newtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
URL Officiel | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Description | A new tab extension that is in the style of Windows XP. |
Taille du Fichier | 734 KB |
Nombre d'Installations | 1,528 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2023-07-24 |
Date de Publication | 2021-05-05 |
Évaluation | 4.49/5 Total 55 Évaluations |
Développeur | Etesam Ansari |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Etesam913/xp-newtab |
URL de la Page d'Aide | https://github.com/Etesam913/xp-newtab/issues |
Langues Prises en Charge | 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" } } |