Blank New Tab Page

Override the default new tab page with blank page.

Blank New Tab Pageとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        This extension prevents "Google search" page from showing up when you open a new tab.

You can also disable the "Sign in to Chrome" page that is shown when you open a new Chrome window, just go to "chrome://settings" page, choose "Open a specific page or set of pages" and enter "chrome://newtab".                    

拡張機能の基本情報

名前 Blank New Tab Page Blank New Tab Page
ID jaadjnlkjnhohljficgoddcjmndjfdmi
公式URL https://chromewebstore.google.com/detail/blank-new-tab-page/jaadjnlkjnhohljficgoddcjmndjfdmi
説明 Override the default new tab page with blank page.
ファイルサイズ 4.4 KB
インストール数 50,000
現在のバージョン 1.2
最終更新日 2023-12-12
公開日 2016-03-23
評価 4.50/5 合計 46 レビュー
開発者 Jarek Foksa
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://boxy-svg.com/legal
対応言語 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "description": "Override the default new tab page with blank page.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Blank New Tab Page",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}