Solid New Tab
Customizable new tab page with focus on utility
Was ist Solid New Tab?
Solid New Tab ist eine Chrome-Erweiterung, die von matus.benko entwickelt wurde, und ihr Hauptmerkmal ist "Customizable new tab page with focus on utility".
Erweiterungsscreenshots
Solid New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Solid New Tab-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
Page shows links organized into the columns. Each link has an icon which is manually chosen from the set of free fontawesome icons. Links are fully customizable through simple settings editor on the options page. It is possible to create multiple environments with different set of links and appearance settings. For the power users the extension also provides keyboard support which is compatible with Vimium extension. In case of issues or feature suggestions please list an issue at https://gitlab.com/matus.benko/solid-new-tab
Grundlegende Informationen zur Erweiterung
Name | Solid New Tab |
ID | fillnkhhkimbilnofnpjlnfkahbkabld |
Offizielle URL | https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld |
Beschreibung | Customizable new tab page with focus on utility |
Dateigröße | 2.09 MB |
Installationsanzahl | 79 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-04-05 |
Veröffentlichungsdatum | 2020-04-05 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | matus.benko |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/matus.benko/solid-new-tab |
Hilfeseite URL | https://gitlab.com/matus.benko/solid-new-tab |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solid New Tab", "description": "Customizable new tab page with focus on utility", "permissions": [ "storage" ], "version": "1.1", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html#newTab" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |