Nuke Tab

Empty new tabs.

Nuke Tabとは何ですか?

Nuke TabはCasey Rodarmorによって開発されたChromeの拡張機能で、その主な機能は「Empty new tabs.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Nuke Tab replaces the new tab page with a blank page. Let fly the tabs of anarchy 🏴                    

拡張機能の基本情報

名前 Nuke Tab Nuke Tab
ID clkioccfgenmgdaibbjajoiebccdpepb
公式URL https://chromewebstore.google.com/detail/nuke-tab/clkioccfgenmgdaibbjajoiebccdpepb
説明 Empty new tabs.
ファイルサイズ 36.56 KB
インストール数 18
現在のバージョン 0.0.0.3
最終更新日 2021-10-19
公開日 2019-05-26
評価 5.00/5 合計 1 レビュー
開発者 Casey Rodarmor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/casey/nuketab
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nuke Tab",
    "short_name": "Nuke Tab",
    "description": "Empty new tabs.",
    "author": "Casey Rodarmor",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}