Blank New Tab Page - White Smoke

A blank new tab page with white smoke background, which also supports dark mode.

Blank New Tab Page - White Smoke란 무엇입니까?

Blank New Tab Page - White Smoke은(는) https://yuhaofe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A blank new tab page with white smoke background, which also supports dark mode."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode.

You may hide the toolbar icon by right click on it.                    

확장 프로그램 기본 정보

이름 Blank New Tab Page - White Smoke Blank New Tab Page - White Smoke
ID jmbngnnlimnakiibacglaeflpghellfh
공식 URL https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh
설명 A blank new tab page with white smoke background, which also supports dark mode.
파일 크기 9.44 KB
설치 횟수 3,742
현재 버전 0.2.3
최근 업데이트 2022-04-05
출시 날짜 2019-04-14
평점 5.00/5 총 5 개의 평점
개발자 https://yuhaofe.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yuhaofe.com/blank-new-tab-page
도움말 페이지 URL https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues
지원되는 언어 en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/blank16.png",
        "32": "icons\/blank32.png",
        "48": "icons\/blank48.png",
        "128": "icons\/blank128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/blank16.png",
            "32": "icons\/blank32.png"
        },
        "default_popup": "src\/options.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "default_locale": "en"
}