XP Newtab

A new tab extension that is in the style of Windows XP.

Wat is XP Newtab?

XP Newtab is een Chrome-extensie ontwikkeld door Etesam Ansari, en de belangrijkste functie is "A new tab extension that is in the style of Windows XP.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie XP Newtab

Download XP Newtab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
Officiële URL https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
Beschrijving A new tab extension that is in the style of Windows XP.
Bestandsgrootte 734 KB
Aantal Installaties 1,528
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-07-24
Publicatiedatum 2021-05-05
Beoordeling 4.49/5 Totaal 55 Beoordelingen
Ontwikkelaar Etesam Ansari
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Etesam913/xp-newtab
Help Pagina-URL https://github.com/Etesam913/xp-newtab/issues
Ondersteunde Talen 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"
    }
}