XP Newtab
A new tab extension that is in the style of Windows XP.
¿Qué es XP Newtab?
XP Newtab es una extensión de Chrome desarrollada por Etesam Ansari, y su función principal es "A new tab extension that is in the style of Windows XP.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión XP Newtab
Descarga archivos de extensión XP Newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
URL Oficial | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Descripción | A new tab extension that is in the style of Windows XP. |
Tamaño del Archivo | 734 KB |
Cantidad de Instalaciones | 1,528 |
Versión Actual | 1.2.1 |
Última Actualización | 2023-07-24 |
Fecha de Publicación | 2021-05-05 |
Calificación | 4.49/5 Total de 55 Calificaciones |
Desarrollador | Etesam Ansari |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Etesam913/xp-newtab |
URL de la Página de Ayuda | https://github.com/Etesam913/xp-newtab/issues |
Idiomas Soportados | 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" } } |