Close Others

Close Other Tabs.

What is Close Others?

Close Others is a Chrome extension developed by asukaze, and its main feature is "Close Other Tabs.".

Extension Screenshots

screenshot

Download Close Others Extension CRX File

Download Close Others extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Close Others Close Others
ID jlkpafdhmdhiahnmcmjejmlidghcobeb
Official URL https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb
Description Close Other Tabs.
File Size 43.24 KB
Installation Count 1,338
Current Version 0.4
Last Updated 2022-06-16
Publish Date 2014-07-23
Rating 5.00/5 Total 9 Ratings
Developer asukaze
Email [email protected]
Payment Type free
Extension Website http://www.asukaze.net/soft/ch_removetabs/
Supported Languages 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"
    }
}