ZeroTab - Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

什么是ZeroTab - Empty New Tab Page?

ZeroTab - Empty New Tab Page是由Yauheni Pakala开发的Chrome扩展程序,该扩展的主要功能是“With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.”。

扩展截图

screenshot

下载ZeroTab - Empty New Tab Page扩展crx文件

下载ZeroTab - Empty New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

扩展基本信息

名称 ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
官方URL https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
简介 With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
文件大小 7.76 KB
安装次数 25
当前版本 1.0.1
更新时间 2021-12-11
上架时间 2019-03-09
评分 5.00/5 共2次评分
开发者 Yauheni Pakala
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/wcoder/ZeroTab
帮助页面URL https://github.com/wcoder/ZeroTab/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}