XP Newtab
A new tab extension that is in the style of Windows XP.
XP Newtab क्या है?
XP Newtab Etesam Ansari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab extension that is in the style of Windows XP."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XP Newtab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } |