Empty New Tab Page

Replaces the default new tab page with a blank page.

Empty New Tab Page란 무엇입니까?

Empty New Tab Page은(는) https://www.facebook.com/browservery에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the default new tab page with a blank page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ★ Blank new tab page.

★ Follows the default browser color theme.

★ Dark mode support.

★ Default Chrome new tab icon.

★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.

https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github

🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery                    

확장 프로그램 기본 정보

이름 Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
공식 URL https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
설명 Replaces the default new tab page with a blank page.
파일 크기 34.86 KB
설치 횟수 545
현재 버전 0.0.2
최근 업데이트 2022-10-08
출시 날짜 2022-05-12
평점 4.60/5 총 5 개의 평점
개발자 https://www.facebook.com/browservery
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://bit.ly/browservery
도움말 페이지 URL http://bit.ly/browservery-support
개인정보 보호 정책 페이지 URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "new_tab.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}