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
电子邮箱 [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"
    }
}