Close tabs to the left

Allows to close all tabs to the left

什麼是Close tabs to the left?

Close tabs to the left是由Acinonyx開發的Chrome擴展程式,該擴展的主要功能是“Allows to close all tabs to the left”。

下載Close tabs to the left擴展crx文件

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

擴展使用說明

                        Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.                    

擴展基本資訊

名稱 Close tabs to the left Close tabs to the left
ID gcmjpicopfkgmjdomahfjkmhpcelklba
官方網址 https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba
簡介 Allows to close all tabs to the left
檔案大小 9.79 KB
安裝次數 2,724
目前版本 1.3
更新時間 2013-02-18
上架時間 2013-02-18
評分 4.12/5 共 41 次評分
開發者 Acinonyx
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close tabs to the left",
    "version": "1.3",
    "description": "Allows to close all tabs to the left",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Close tabs to the left",
        "default_icon": "close_icon.png"
    },
    "manifest_version": 2
}