XP Newtab

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

What is XP Newtab?

XP Newtab is a Chrome extension developed by Etesam Ansari, and its main feature is "A new tab extension that is in the style of Windows XP.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download XP Newtab Extension CRX File

Download XP Newtab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
Official URL https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
Description A new tab extension that is in the style of Windows XP.
File Size 734 KB
Installation Count 1,528
Current Version 1.2.1
Last Updated 2023-07-24
Publish Date 2021-05-05
Rating 4.49/5 Total 55 Ratings
Developer Etesam Ansari
Email [email protected]
Payment Type free
Extension Website https://github.com/Etesam913/xp-newtab
Help Page URL https://github.com/Etesam913/xp-newtab/issues
Supported Languages 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"
    }
}