Solid New Tab

Customizable new tab page with focus on utility

Co to jest Solid New Tab?

Solid New Tab to rozszerzenie Chrome opracowane przez matus.benko, a jego główną funkcją jest „Customizable new tab page with focus on utility”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Solid New Tab

Pobierz pliki rozszerzeń Solid New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
Oficjalny URL https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
Opis Customizable new tab page with focus on utility
Rozmiar pliku 2.09 MB
Liczba instalacji 79
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-04-05
Data Publikacji 2020-04-05
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper matus.benko
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/matus.benko/solid-new-tab
Adres URL Strony Pomocy https://gitlab.com/matus.benko/solid-new-tab
Obsługiwane Języki 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"
    }
}