Solid New Tab

Customizable new tab page with focus on utility

什么是Solid New Tab?

Solid New Tab是由matus.benko开发的Chrome扩展程序,该扩展的主要功能是“Customizable new tab page with focus on utility”。

扩展截图

下载Solid New Tab扩展crx文件

下载Solid New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
官方URL https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
简介 Customizable new tab page with focus on utility
文件大小 2.09 MB
安装次数 79
当前版本 1.1
更新时间 2020-04-05
上架时间 2020-04-05
评分 5.00/5 共5次评分
开发者 matus.benko
付费类型 free
扩展官网 https://gitlab.com/matus.benko/solid-new-tab
帮助页面URL https://gitlab.com/matus.benko/solid-new-tab
支持的语言 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"
    }
}