tab: a startpage

Minimal, customizable, command line startpage

tab: a startpageとは何ですか?

tab: a startpageはKory Schneiderによって開発されたChromeの拡張機能で、その主な機能は「Minimal, customizable, command line startpage」です。

拡張機能のスクリーンショット

screenshot

tab: a startpage拡張機能のCRXファイルをダウンロード

tab: a startpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Instructions, examples and source code @ github.com/KorySchneider/tab                    

拡張機能の基本情報

名前 tab: a startpage tab: a startpage
ID gedoejjmdjalipopahiffdghibcodjcj
公式URL https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj
説明 Minimal, customizable, command line startpage
ファイルサイズ 5.29 KB
インストール数 83
現在のバージョン 1.0.8
最終更新日 2020-03-22
公開日 2020-03-22
評価 4.83/5 合計 6 レビュー
開発者 Kory Schneider
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.github.com/koryschneider/tab
ヘルプページのURL https://www.github.com/koryschneider/tab/issues/new
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab: a startpage",
    "description": "Minimal, customizable, command line startpage",
    "version": "1.0.8",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}