Solid New Tab

Customizable new tab page with focus on utility

What is Solid New Tab?

Solid New Tab is a Chrome extension developed by matus.benko, and its main feature is "Customizable new tab page with focus on utility".

Extension Screenshots

Download Solid New Tab Extension CRX File

Download Solid New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
Official URL https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
Description Customizable new tab page with focus on utility
File Size 2.09 MB
Installation Count 79
Current Version 1.1
Last Updated 2020-04-05
Publish Date 2020-04-05
Rating 5.00/5 Total 5 Ratings
Developer matus.benko
Payment Type free
Extension Website https://gitlab.com/matus.benko/solid-new-tab
Help Page URL https://gitlab.com/matus.benko/solid-new-tab
Supported Languages 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"
    }
}