Blank New Tab Page
A minimalist, fast-loading, blank new tab page. Open source for transparency.
什么是Blank New Tab Page?
Blank New Tab Page是由freeplay开发的Chrome扩展程序,该扩展的主要功能是“A minimalist, fast-loading, blank new tab page. Open source for transparency.”。
扩展截图
下载Blank New Tab Page扩展crx文件
下载Blank New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimalist, fast-loading, blank new tab page.
No clutter. No recently viewed sites. The equivalent of about:blank. A clean slate. Just the way a new tab should be.
Source: https://github.com/robcortez/blank-new-tab-page 扩展基本信息
| 名称 | |
| ID | dldbmgihobakemkocnbbbkknkekchbip |
| 官方URL | https://chromewebstore.google.com/detail/blank-new-tab-page/dldbmgihobakemkocnbbbkknkekchbip |
| 简介 | A minimalist, fast-loading, blank new tab page. Open source for transparency. |
| 文件大小 | 8.13 KB |
| 安装次数 | 79 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-05-09 |
| 上架时间 | 2015-05-09 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | freeplay |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Blank New Tab Page",
"description": "A minimalist, fast-loading, blank new tab page. Open source for transparency.",
"homepage_url": "http:\/\/robcortez.com",
"version": "1.0",
"icons": {
"16": "icons\/16-icon.png",
"48": "icons\/48-icon.png",
"128": "icons\/128-icon.png"
},
"chrome_url_overrides": {
"newtab": "src\/blank.html"
}
} | |