Quick New Tab

Displays new tabs with a blank page and a title of New Tab.

Quick New Tabとは何ですか?

Quick New TabはDan Hersamによって開発されたChromeの拡張機能で、その主な機能は「Displays new tabs with a blank page and a title of New Tab.」です。

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

screenshot

Quick New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The fastest way to open a new tab.  No more recent web sites or anything else to slow it down.  This shows a clean, blank page with the title of New Tab.

No permissions required.

The source code is here: https://github.com/jaden/quick-new-tab                    

拡張機能の基本情報

名前 Quick New Tab Quick New Tab
ID jckhphckflmhijknilbdgpdjjkehbhpm
公式URL https://chromewebstore.google.com/detail/quick-new-tab/jckhphckflmhijknilbdgpdjjkehbhpm
説明 Displays new tabs with a blank page and a title of New Tab.
ファイルサイズ 9.97 KB
インストール数 45
現在のバージョン 1.0.3
最終更新日 2024-01-19
公開日 2014-04-24
評価 4.00/5 合計 2 レビュー
開発者 Dan Hersam
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://snapmagic.net/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick New Tab",
    "description": "Displays new tabs with a blank page and a title of New Tab.",
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "quick_new_tab.html"
    },
    "icons": {
        "128": "icon.png"
    }
}