Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

什麼是Close Tabs to the Left?

Close Tabs to the Left是由Erik Humphrey開發的Chrome擴展程式,該擴展的主要功能是“Adds a button to close all tabs to the left of the current tab.”。

擴展截圖

screenshot

下載Close Tabs to the Left擴展crx文件

下載Close Tabs to the Left擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

擴展基本資訊

名稱 Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
官方網址 https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
簡介 Adds a button to close all tabs to the left of the current tab.
檔案大小 28.38 KB
安裝次數 4,498
目前版本 1.2.1
更新時間 2021-05-11
上架時間 2019-06-26
評分 4.59/5 共 29 次評分
開發者 Erik Humphrey
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ErikHumphrey/close-tabs-to-the-left
說明頁面URL https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}