Empty New Tab
Create empty new tab.
什么是Empty New Tab?
Empty New Tab是由https://petr.kle.cz开发的Chrome扩展程序,该扩展的主要功能是“Create empty new tab.”。
扩展截图
下载Empty New Tab扩展crx文件
下载Empty New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple empty New Tab. Require no permissions. 扩展基本信息
| 名称 | |
| ID | dnjaaphbpdglnpphncoiefaglgpfpmne |
| 官方URL | https://chromewebstore.google.com/detail/empty-new-tab/dnjaaphbpdglnpphncoiefaglgpfpmne |
| 简介 | Create empty new tab. |
| 文件大小 | 4.15 KB |
| 安装次数 | 1,113 |
| 当前版本 | 0.3 |
| 更新时间 | 2018-02-06 |
| 上架时间 | 2018-02-06 |
| 评分 | 4.94/5 共33次评分 |
| 开发者 | https://petr.kle.cz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/petrkle/empty-new-tab |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Empty New Tab",
"description": "Create empty new tab.",
"version": "0.3",
"manifest_version": 2,
"icons": {
"16": "e16.png",
"48": "e48.png",
"128": "e128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |