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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة XP Newtab
قم بتنزيل ملفات الامتداد XP Newtab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" } } |