XP Newtab

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

Cos'è XP Newtab?

XP Newtab è un'estensione di Chrome sviluppata da Etesam Ansari, e la sua funzione principale è "A new tab extension that is in the style of Windows XP.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione XP Newtab

Scarica i file di estensione XP Newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
URL Ufficiale https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
Descrizione A new tab extension that is in the style of Windows XP.
Dimensione del File 734 KB
Conteggio Installazioni 1,528
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-07-24
Data di Pubblicazione 2021-05-05
Valutazione 4.49/5 Totale 55 Valutazioni
Sviluppatore Etesam Ansari
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Etesam913/xp-newtab
URL della Pagina di Aiuto https://github.com/Etesam913/xp-newtab/issues
Lingue Supportate 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"
    }
}