Close Left tabs

Close Left Tabs on one click

Close Left tabsとは何ですか?

Close Left tabsはZohaib Amirによって開発されたChromeの拡張機能で、その主な機能は「Close Left Tabs on one click」です。

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

screenshot

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

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

拡張機能の使用方法

                        Makes your life easier by closing all tabs on left with one press of a button.
Does not close Pinned Tabs.
Has a context menu option as well, Simply right click and select from the menu to close left tabs.


No ads, completely open source.                    

拡張機能の基本情報

名前 Close Left tabs Close Left tabs
ID mbflckojhjfboffiknejjmmnoipndeab
公式URL https://chromewebstore.google.com/detail/close-left-tabs/mbflckojhjfboffiknejjmmnoipndeab
説明 Close Left Tabs on one click
ファイルサイズ 8.1 KB
インストール数 915
現在のバージョン 0.3
最終更新日 2021-07-27
公開日 2019-06-13
評価 4.27/5 合計 11 レビュー
開発者 Zohaib Amir
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Zohaib-Amir/CloseLeftTabs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Left tabs",
    "version": "0.3",
    "description": "Close Left Tabs on one click",
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Close Left Tabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}