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
官方網址 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"
    }
}