Blank New Tab

Blank page on new tab with dark mode button.

Blank New Tab란 무엇입니까?

Blank New Tab은(는) meh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blank page on new tab with dark mode button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A Google Chrome extension which replaces the default new tab page with a blank screen 🌈 . Also have a dark mode 😎 button in case you want it to be dark.

Features
✅ Same background color as other native Chrome tabs
✅ Same title as the default new tab page ("New tab")
✅ Dark mode button

Tweet me at @asyr0f 😎

CHANGELOG

1.0.0
- First stable release.                    

확장 프로그램 기본 정보

이름 Blank New Tab Blank New Tab
ID mddjhfmfmjjcamojkkjeiodkdhdedhce
공식 URL https://chromewebstore.google.com/detail/blank-new-tab/mddjhfmfmjjcamojkkjeiodkdhdedhce
설명 Blank page on new tab with dark mode button.
파일 크기 4.64 KB
설치 횟수 76
현재 버전 1.0.0
최근 업데이트 2021-07-05
출시 날짜 2021-04-20
평점 4.00/5 총 1 개의 평점
개발자 meh
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Blank page on new tab with dark mode button.",
    "homepage_url": "https:\/\/asyrafff.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}