Close Others

Close Other Tabs.

什麼是Close Others?

Close Others是由asukaze開發的Chrome擴展程式,該擴展的主要功能是“Close Other Tabs.”。

擴展截圖

screenshot

下載Close Others擴展crx文件

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

擴展使用說明

                        Add "Close Others" Button into toolbar.
All tabs except the current tab will be closed.

Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj                    

擴展基本資訊

名稱 Close Others Close Others
ID jlkpafdhmdhiahnmcmjejmlidghcobeb
官方網址 https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb
簡介 Close Other Tabs.
檔案大小 43.24 KB
安裝次數 1,338
目前版本 0.4
更新時間 2022-06-16
上架時間 2014-07-23
評分 5.00/5 共 9 次評分
開發者 asukaze
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.asukaze.net/soft/ch_removetabs/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Others",
    "version": "0.4",
    "manifest_version": 3,
    "description": "Close Other Tabs.",
    "icons": {
        "16": "close_others.png",
        "48": "close_others_48.png",
        "128": "close_others_128.png"
    },
    "action": {
        "default_icon": "close_others.png",
        "default_title": "Close Others"
    },
    "background": {
        "service_worker": "close_others.js"
    }
}