Minimal Tab
The bare minimum new tab.
什么是Minimal Tab?
Minimal Tab是由katlyn开发的Chrome扩展程序,该扩展的主要功能是“The bare minimum new tab.”。
扩展截图
下载Minimal Tab扩展crx文件
下载Minimal Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The bare minimum new tab - well, almost. Bare minimum would be nothing, and nothing looks bad. So we put a picture there instead. No text, no links, just a picture. 扩展基本信息
| 名称 | |
| ID | demlbafhccdnkoindnhnnagdabljhgeh |
| 官方URL | https://chromewebstore.google.com/detail/minimal-tab/demlbafhccdnkoindnhnnagdabljhgeh |
| 简介 | The bare minimum new tab. |
| 文件大小 | 7.71 KB |
| 安装次数 | 24 |
| 当前版本 | 0.0.7.0 |
| 更新时间 | 2019-02-14 |
| 上架时间 | 2019-02-13 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | katlyn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimal Tab",
"manifest_version": 2,
"version": "0.0.7.0",
"description": "The bare minimum new tab.",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": ".\/tab.html"
}
} | |