Solid New Tab

Customizable new tab page with focus on utility

Co je Solid New Tab?

Solid New Tab je rozšíření Chrome vyvinuté matus.benko, a jeho hlavní funkcí je „Customizable new tab page with focus on utility“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Solid New Tab

Stáhněte si soubory rozšíření Solid New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
Oficiální URL https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
Popis Customizable new tab page with focus on utility
Velikost souboru 2.09 MB
Počet instalací 79
Aktuální Verze 1.1
Poslední Aktualizace 2020-04-05
Datum Vydání 2020-04-05
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář matus.benko
Typ Platby free
Webové stránky Rozšíření https://gitlab.com/matus.benko/solid-new-tab
URL Stránky Nápovědy https://gitlab.com/matus.benko/solid-new-tab
Podporované Jazyky 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"
    }
}