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 |
Eメール | [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 } |