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
官方網址 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
電子郵箱 [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"
}