Solid New Tab

Customizable new tab page with focus on utility

Cos'è Solid New Tab?

Solid New Tab è un'estensione di Chrome sviluppata da matus.benko, e la sua funzione principale è "Customizable new tab page with focus on utility".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Solid New Tab

Scarica i file di estensione Solid New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
URL Ufficiale https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
Descrizione Customizable new tab page with focus on utility
Dimensione del File 2.09 MB
Conteggio Installazioni 79
Versione Corrente 1.1
Ultimo Aggiornamento 2020-04-05
Data di Pubblicazione 2020-04-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore matus.benko
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/matus.benko/solid-new-tab
URL della Pagina di Aiuto https://gitlab.com/matus.benko/solid-new-tab
Lingue Supportate 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"
    }
}