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
官方URL 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'"
}