Solid New Tab
Customizable new tab page with focus on utility
Hvad er Solid New Tab?
Solid New Tab er en Chrome-udvidelse udviklet af matus.benko, og dens hovedfunktion er "Customizable new tab page with focus on utility".
Udvidelsesskærmbilleder
Download Solid New Tab-udvidelses-CRX-fil
Download Solid New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Solid New Tab |
ID | fillnkhhkimbilnofnpjlnfkahbkabld |
Officiel URL | https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld |
Beskrivelse | Customizable new tab page with focus on utility |
Filstørrelse | 2.09 MB |
Antal Installationer | 79 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-04-05 |
Udgivelsesdato | 2020-04-05 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | matus.benko |
Betalingsmetode | free |
Udvidelseswebsted | https://gitlab.com/matus.benko/solid-new-tab |
Hjælpeside-URL | https://gitlab.com/matus.benko/solid-new-tab |
Understøttede Sprog | 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" } } |