XP Newtab

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

什么是XP Newtab?

XP Newtab是由Etesam Ansari开发的Chrome扩展程序,该扩展的主要功能是“A new tab extension that is in the style of Windows XP.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载XP Newtab扩展crx文件

下载XP Newtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
官方URL https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
简介 A new tab extension that is in the style of Windows XP.
文件大小 734 KB
安装次数 1,528
当前版本 1.2.1
更新时间 2023-07-24
上架时间 2021-05-05
评分 4.49/5 共55次评分
开发者 Etesam Ansari
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Etesam913/xp-newtab
帮助页面URL https://github.com/Etesam913/xp-newtab/issues
支持的语言 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"
    }
}