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"
    }
}