New Tab Link Collection
New tab page where you can add your favorite and most frequently used links.
Was ist New Tab Link Collection?
New Tab Link Collection ist eine Chrome-Erweiterung, die von dreiQBIK entwickelt wurde, und ihr Hauptmerkmal ist "New tab page where you can add your favorite and most frequently used links.".
Erweiterungsscreenshots
New Tab Link Collection-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Link Collection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | New Tab Link Collection |
ID | gophcpnbaafonmeaekpebpdgmmfmnfep |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep |
Beschreibung | New tab page where you can add your favorite and most frequently used links. |
Dateigröße | 983 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.7 |
Letztes Update | 2018-06-22 |
Veröffentlichungsdatum | 2018-06-22 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | dreiQBIK |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |