tab: a startpage
Minimal, customizable, command line startpage
什么是tab: a startpage?
tab: a startpage是由Kory Schneider开发的Chrome扩展程序,该扩展的主要功能是“Minimal, customizable, command line startpage”。
扩展截图
下载tab: a startpage扩展crx文件
下载tab: a startpage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instructions, examples and source code @ github.com/KorySchneider/tab 扩展基本信息
| 名称 | |
| ID | gedoejjmdjalipopahiffdghibcodjcj |
| 官方URL | https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj |
| 简介 | Minimal, customizable, command line startpage |
| 文件大小 | 5.29 KB |
| 安装次数 | 83 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2020-03-22 |
| 上架时间 | 2020-03-22 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | Kory Schneider |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.github.com/koryschneider/tab |
| 帮助页面URL | https://www.github.com/koryschneider/tab/issues/new |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tab: a startpage",
"description": "Minimal, customizable, command line startpage",
"version": "1.0.8",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |