Blank New Tab Page

Replaces the new tab page with a blank one.

Blank New Tab Pageとは何ですか?

Blank New Tab PageはGerrit Koppによって開発されたChromeの拡張機能で、その主な機能は「Replaces the new tab page with a blank one.」です。

拡張機能のスクリーンショット

screenshot

Blank New Tab Page拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces the new tab page with a blank one.                    

拡張機能の基本情報

名前 Blank New Tab Page Blank New Tab Page
ID ggbepbemaaocmiffjfeppcccoohjfnob
公式URL https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob
説明 Replaces the new tab page with a blank one.
ファイルサイズ 64.97 KB
インストール数 193
現在のバージョン 0.12
最終更新日 2023-12-05
公開日 2019-03-26
評価 1.00/5 合計 1 レビュー
開発者 Gerrit Kopp
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/GerritKopp/blanknewtabpage
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.12",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "Gerrit Kopp",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}