XP Newtab
A new tab extension that is in the style of Windows XP.
XP Newtabとは何ですか?
XP NewtabはEtesam Ansariによって開発されたChromeの拡張機能で、その主な機能は「A new tab extension that is in the style of Windows XP.」です。
拡張機能のスクリーンショット
XP Newtab拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |