Blank New Tab Page

The ultimate speed boost for Chrome, an empty new tab page!

什麼是Blank New Tab Page?

Blank New Tab Page是由https://64pixels.com開發的Chrome擴展程式,該擴展的主要功能是“The ultimate speed boost for Chrome, an empty new tab page!”。

擴展截圖

screenshot

下載Blank New Tab Page擴展crx文件

下載Blank New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.                    

擴展基本資訊

名稱 Blank New Tab Page Blank New Tab Page
ID nanjankoodpibkkjgmmaeoccefklohao
官方網址 https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao
簡介 The ultimate speed boost for Chrome, an empty new tab page!
檔案大小 4.6 KB
安裝次數 3,912
目前版本 1.1
更新時間 2024-01-11
上架時間 2020-04-30
評分 4.27/5 共 11 次評分
開發者 https://64pixels.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab Page",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The ultimate speed boost for Chrome, an empty new tab page!",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}