Auto-Close New Tabs

Allow only one new tab page at a time.

Auto-Close New Tabsとは何ですか?

Auto-Close New Tabsはeliasedgren1によって開発されたChromeの拡張機能で、その主な機能は「Allow only one new tab page at a time.」です。

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

screenshot

Auto-Close New Tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.                    

拡張機能の基本情報

名前 Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
公式URL https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
説明 Allow only one new tab page at a time.
ファイルサイズ 28.04 KB
インストール数 32
現在のバージョン 0.0.0.2
最終更新日 2021-12-29
公開日 2021-12-27
開発者 eliasedgren1
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto-Close New Tabs",
    "version": "0.0.0.2",
    "description": "Allow only one new tab page at a time.",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}