Bruce's Blank New Tab
Replace Chrome's default new tab page with a truly blank page.
Bruce's Blank New Tab란 무엇입니까?
Bruce's Blank New Tab은(는) microbru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Chrome's default new tab page with a truly blank page."입니다.
확장 프로그램 스크린샷
Bruce's Blank New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bruce's Blank New Tab (BBNT) replaces Google Chrome's default new tab page with a truly blank page. No ads, no history, no browsing trackers -- just a blank new page with nothing in it so it loads super fast. After you install and enable BBNT, you can also enable Chrome to open to a blank new tab whenever you launch Chrome. (To do this, go to your Chrome settings page > and in the "On startup" section, enable "Open New Tab page.") You can also set Chrome's home screen to use the new tab page so your home screen will also be a clean, blank page. (To do this, go to your Chrome settings page > enable "Show Home button" > and select "New Tab page" as your home screen.) You can confirm there is nothing lurking in your new tabs by right-clicking within any new tab page and selecting "view source." You will then see the minimal html used to provide the blank page. If you ever want to return to Chrome's standard new tab page, simply disable BBNT in your Extensions settings page. Enjoy!
확장 프로그램 기본 정보
이름 | Bruce's Blank New Tab |
ID | hoeaccjjnmfdfnllgmfhibablifeckoj |
공식 URL | https://chromewebstore.google.com/detail/bruces-blank-new-tab/hoeaccjjnmfdfnllgmfhibablifeckoj |
설명 | Replace Chrome's default new tab page with a truly blank page. |
파일 크기 | 15.13 KB |
설치 횟수 | 205 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2017-05-21 |
출시 날짜 | 2017-05-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | microbru |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bruce's Blank New Tab", "short_name": "Bruce's Tab", "version": "1.0.2", "manifest_version": 2, "description": "Replace Chrome's default new tab page with a truly blank page.", "incognito": "split", "chrome_url_overrides": { "newtab": "BBNT.html" }, "icons": { "16": "images\/BBNT-icon-16.png", "32": "images\/BBNT-icon-32.png", "48": "images\/BBNT-icon-48.png", "128": "images\/BBNT-icon-128.png" }, "browser_action": { "default_icon": "images\/BBNT-icon-32.png" } } |