Close Tab

Add a tab close action to the page context menu

Close Tabとは何ですか?

Close TabはHansiferによって開発されたChromeの拡張機能で、その主な機能は「Add a tab close action to the page context menu」です。

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

screenshot

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

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

拡張機能の使用方法

                        Close Tab lets you close a web page in a snap with a right mouse click and a key press. This is often quicker than moving the mouse cursor up to the tab's close icon or taking your hand off the mouse to use a keyboard shortcut that requires both hands.

The shortcut key that closes the tab is customizable.                    

拡張機能の基本情報

名前 Close Tab Close Tab
ID lnchemdcmhoccciihokpdkkekmnejfhj
公式URL https://chromewebstore.google.com/detail/close-tab/lnchemdcmhoccciihokpdkkekmnejfhj
説明 Add a tab close action to the page context menu
ファイルサイズ 25.84 KB
インストール数 1,786
現在のバージョン 1.8.0
最終更新日 2023-11-28
公開日 2020-05-09
評価 4.73/5 合計 22 レビュー
開発者 Hansifer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.8.0",
    "minimum_chrome_version": "91",
    "description": "Add a tab close action to the page context menu",
    "default_locale": "en",
    "manifest_version": 3,
    "options_ui": {
        "page": "options_inline.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "Close selected tab"
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}