New Tab Link Collection
New tab page where you can add your favorite and most frequently used links.
什么是New Tab Link Collection?
New Tab Link Collection是由dreiQBIK开发的Chrome扩展程序,该扩展的主要功能是“New tab page where you can add your favorite and most frequently used links.”。
扩展截图
下载New Tab Link Collection扩展crx文件
下载New Tab Link Collection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the new tab page with a nice grid view, where you can add your favorite and most frequently used links. The grid is adjustable to your needs and you can sort your links with headings, groups, icons and colors. You can even use drag and drop to move your lists and list items around. NEW in v1.7: - dark theme updated - icons of previously added links can now be changed
扩展基本信息
名称 | New Tab Link Collection |
ID | gophcpnbaafonmeaekpebpdgmmfmnfep |
官方URL | https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep |
简介 | New tab page where you can add your favorite and most frequently used links. |
文件大小 | 983 KB |
安装次数 | 79 |
当前版本 | 1.7 |
更新时间 | 2018-06-22 |
上架时间 | 2018-06-22 |
评分 | 5.00/5 共3次评分 |
开发者 | dreiQBIK |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Link Collection", "version": "1.7", "description": "New tab page where you can add your favorite and most frequently used links.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |