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ファイルをダウンロード

Blank New Tab Page - White Smoke拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}