Blank New Tab Page

Override the default new tab page with blank page.

Blank New Tab Page란 무엇입니까?

Blank New Tab Page은(는) Jarek Foksa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Override the default new tab page with blank page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension prevents "Google search" page from showing up when you open a new tab.

You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".                    

확장 프로그램 기본 정보

이름 Blank New Tab Page Blank New Tab Page
ID jaadjnlkjnhohljficgoddcjmndjfdmi
공식 URL https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi
설명 Override the default new tab page with blank page.
파일 크기 4.4 KB
설치 횟수 50,000
현재 버전 1.2
최근 업데이트 2023-12-12
출시 날짜 2016-03-23
평점 4.50/5 총 46 개의 평점
개발자 Jarek Foksa
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://boxy-svg.com/legal
지원되는 언어 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Override the default new tab page with blank page.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Blank New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}