new tab links
A replacement new tab page, displays a clock and links of your choosing.
什么是new tab links?
new tab links是由https://nathanwentworth.co开发的Chrome扩展程序,该扩展的主要功能是“A replacement new tab page, displays a clock and links of your choosing.”。
扩展截图
下载new tab links扩展crx文件
下载new tab links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A replacement for the new tab page, displays a small clock and a selection of editable links.
Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link.
New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements 扩展基本信息
| 名称 | |
| ID | dhilgiccnfcdipikddkegbpphmnobpnn |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn |
| 简介 | A replacement new tab page, displays a clock and links of your choosing. |
| 文件大小 | 65.62 KB |
| 安装次数 | 130 |
| 当前版本 | 1.5.1 |
| 更新时间 | 2021-03-25 |
| 上架时间 | 2019-03-27 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | https://nathanwentworth.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://nathanwentworth.co/projects/new-tab-links/ |
| 帮助页面URL | https://twitter.com/nathanwentworth |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "new tab links",
"manifest_version": 2,
"version": "1.5.1",
"description": "A replacement new tab page, displays a clock and links of your choosing.",
"applications": {
"gecko": {
"id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
]
} | |