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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

XP Newtab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}