Close Extra New Tabs

A Chrome extension to keep only one new open at all times, closing extra ones.

Close Extra New Tabsとは何ですか?

Close Extra New TabsはGavin Borgによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to keep only one new open at all times, closing extra ones.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab.

------------------------

Icons by Linh Pham Thi Dieu
http://linhpham.me/

Project released open-source, Github project available:
https://github.com/theborg3of5/CloseExtraNewTabs

------------------------

Please note that this was made for personal use, so replies and fixes may be delayed.

------------------------

Changelog:
1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer).
1.1: Bugfix: now actually works!
2.0: Rewrote from scratch, should now be more reliable.
3.0: Update to manifest V3 (no functional changes).                    

拡張機能の基本情報

名前 Close Extra New Tabs Close Extra New Tabs
ID gkaaknlhljkigoogfhaknojpmjnlmcod
公式URL https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod
説明 A Chrome extension to keep only one new open at all times, closing extra ones.
ファイルサイズ 6.93 KB
インストール数 33
現在のバージョン 3.0
最終更新日 2023-12-19
公開日 2017-05-07
評価 5.00/5 合計 1 レビュー
開発者 Gavin Borg
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/theborg3of5/CloseExtraNewTabs
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Extra New Tabs",
    "version": "3.0",
    "description": "A Chrome extension to keep only one new open at all times, closing extra ones.",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "incognito": "split"
}