New Tab Link Collection
New tab page where you can add your favorite and most frequently used links.
What is New Tab Link Collection?
New Tab Link Collection is a Chrome extension developed by dreiQBIK, and its main feature is "New tab page where you can add your favorite and most frequently used links.".
Extension Screenshots
Download New Tab Link Collection Extension CRX File
Download New Tab Link Collection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | New Tab Link Collection |
ID | gophcpnbaafonmeaekpebpdgmmfmnfep |
Official URL | https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep |
Description | New tab page where you can add your favorite and most frequently used links. |
File Size | 983 KB |
Installation Count | 79 |
Current Version | 1.7 |
Last Updated | 2018-06-22 |
Publish Date | 2018-06-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | dreiQBIK |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |