XP Newtab

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

XP Newtabคืออะไร?

XP Newtab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Etesam Ansari และคุณลักษณะหลักของมันคือ "A new tab extension that is in the style of Windows XP."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XP Newtab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}