New Tab

A minimalist replacement for Chrome's New Tab page.

New Tab란 무엇입니까?

New Tab은(는) Adam Schwartz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalist replacement for Chrome's New Tab page."입니다.

확장 프로그램 스크린샷

screenshot

New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension replaces Chrome's New Tab page with a minimalist version which shows a blank white page and an imitation of the Bookmarks Bar. To recover the default New Tab page, simply remove the extension.                    

확장 프로그램 기본 정보

이름 New Tab New Tab
ID adcpijkmbecohfalcbafjgadfnpchhlg
공식 URL https://chromewebstore.google.com/detail/new-tab/adcpijkmbecohfalcbafjgadfnpchhlg
설명 A minimalist replacement for Chrome's New Tab page.
파일 크기 11.29 KB
설치 횟수 34,320
현재 버전 14.0
최근 업데이트 2022-09-06
출시 날짜 2018-11-08
평점 3.63/5 총 141 개의 평점
개발자 Adam Schwartz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/adamschwartz/chrome-new-tab#readme
도움말 페이지 URL https://github.com/adamschwartz/chrome-new-tab/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adam Schwartz",
    "name": "New Tab",
    "version": "14.0",
    "manifest_version": 2,
    "minimum_chrome_version": "103",
    "description": "A minimalist replacement for Chrome's New Tab page.",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "newtab.html"
    ]
}