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 |
官方網址 | 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 } |