Blank New Tab
Create a blank new tab without any existing content.
什么是Blank New Tab?
Blank New Tab是由https://yifanwu.net开发的Chrome扩展程序,该扩展的主要功能是“Create a blank new tab without any existing content.”。
扩展截图
下载Blank New Tab扩展crx文件
下载Blank New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin makes the new tab page complete blank. 扩展基本信息
| 名称 | |
| ID | beafekehjfhnkpnnjegadfdncaipnljp |
| 官方URL | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
| 简介 | Create a blank new tab without any existing content. |
| 文件大小 | 3.34 KB |
| 安装次数 | 5,182 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2018-09-26 |
| 上架时间 | 2018-09-26 |
| 评分 | 4.65/5 共99次评分 |
| 开发者 | https://yifanwu.net |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blank New Tab",
"version": "0.0.2",
"manifest_version": 2,
"description": "Create a blank new tab without any existing content.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"default_icon": {
"24": "icon.png"
},
"default_title": "Blank New Tab"
}
} | |