XP Newtab

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

XP Newtab là gì?

XP Newtab là một tiện ích mở rộng Chrome được phát triển bởi Etesam Ansari, và tính năng chính của nó là "A new tab extension that is in the style of Windows XP.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XP Newtab

Tải xuống các tệp mở rộng XP Newtab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XP Newtab XP Newtab
ID ncfmlogaelpnniflgipmnnglhfiifkke
URL Chính Thức https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke
Mô tả A new tab extension that is in the style of Windows XP.
Kích Thước Tệp 734 KB
Số Lần Cài Đặt 1,528
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-07-24
Ngày Phát Hành 2021-05-05
Đánh Giá 4.49/5 Tổng số 55 Đánh Giá
Nhà Phát Triển Etesam Ansari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Etesam913/xp-newtab
URL Trang Trợ Giúp https://github.com/Etesam913/xp-newtab/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}