Blank New Tab Page

Replaces the New Tab page with a blank one.

Blank New Tab Page란 무엇입니까?

Blank New Tab Page은(는) Nick Vogt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the New Tab page with a blank one."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        For those that want a completely blank New Tab page without any content.

BOOKMARKS BAR
Normally, Chrome displays the Bookmarks Bar on the New Tab page if you have "Show Bookmarks Bar" set to off in Chrome Bookmarks Settings. This extension will not display a Bookmarks Bar and is completely empty. If you want a blank New Tab page that still retains the Bookmarks Bar, please install this extension instead:

https://chrome.google.com/webstore/detail/iebfiakfbpekhnkildaeeffdoolcbigi

PROBLEMS & FEEDBACK
If you experience any problems or errors with this extension, please use the 'Support' tab to submit a report and I'll work to get it fixed as quickly as I can.

CHANGELOG
1.0.5
- Added author to extension manifest.

1.0.4
- Updated icon.

1.0.3
- Added new icons.

1.0.2
- Verbiage changes.

1.0.1
- Verbiage changes.

1.0.0
- First stable release.                    

확장 프로그램 기본 정보

이름 Blank New Tab Page Blank New Tab Page
ID jonikckfpolfcdcgdficelkfffkloemh
공식 URL https://chrome.google.com/webstore/detail/blank-new-tab-page/jonikckfpolfcdcgdficelkfffkloemh
설명 Replaces the New Tab page with a blank one.
파일 크기 5.41 KB
설치 횟수 29,404
현재 버전 1.0.5
최근 업데이트 2014-11-26
출시 날짜 2014-11-26
평점 4.65/5 총 150 개의 평점
개발자 Nick Vogt
결제 유형 free
확장 프로그램 웹 사이트 http://www.h3xed.com/web-and-internet/how-to-get-a-blank-new-tab-page-in-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab Page",
    "short_name": "Blank New Tab",
    "version": "1.0.5",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with a blank one.",
    "author": "Nick Vogt",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "offline_enabled": true
}