XP Newtab
A new tab extension that is in the style of Windows XP.
O que é XP Newtab?
XP Newtab é uma extensão do Chrome desenvolvida por Etesam Ansari, e sua principal característica é "A new tab extension that is in the style of Windows XP.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão XP Newtab
Baixe arquivos de extensão XP Newtab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | XP Newtab |
ID | ncfmlogaelpnniflgipmnnglhfiifkke |
URL Oficial | https://chromewebstore.google.com/detail/xp-newtab/ncfmlogaelpnniflgipmnnglhfiifkke |
Descrição | A new tab extension that is in the style of Windows XP. |
Tamanho do Arquivo | 734 KB |
Contagem de Instalações | 1,528 |
Versão Atual | 1.2.1 |
Última Atualização | 2023-07-24 |
Data de Publicação | 2021-05-05 |
Classificação | 4.49/5 Total de 55 Avaliações |
Desenvolvedor | Etesam Ansari |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Etesam913/xp-newtab |
URL da Página de Ajuda | https://github.com/Etesam913/xp-newtab/issues |
Idiomas Suportados | 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" } } |