Blank New Tab Page

The ultimate speed boost for Chrome, an empty new tab page!

Blank New Tab Page란 무엇입니까?

Blank New Tab Page은(는) https://64pixels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate speed boost for Chrome, an empty new tab page!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.                    

확장 프로그램 기본 정보

이름 Blank New Tab Page Blank New Tab Page
ID nanjankoodpibkkjgmmaeoccefklohao
공식 URL https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao
설명 The ultimate speed boost for Chrome, an empty new tab page!
파일 크기 4.6 KB
설치 횟수 3,912
현재 버전 1.1
최근 업데이트 2024-01-11
출시 날짜 2020-04-30
평점 4.27/5 총 11 개의 평점
개발자 https://64pixels.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab Page",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The ultimate speed boost for Chrome, an empty new tab page!",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}