Close Right

Close Right Tabs.

What is Close Right?

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

Extension Screenshots

screenshot

Download Close Right Extension CRX File

Download Close Right 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 Right" Button into toolbar.
The tabs to the right of the current tab will be closed.

Close Left:
https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Others:
https://chrome.google.com/webstore/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb                    

Extension Basic Information

Name Close Right Close Right
ID npemobdkdcknhfaiioheeffincgpgafj
Official URL https://chromewebstore.google.com/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj
Description Close Right Tabs.
File Size 6.33 KB
Installation Count 4,274
Current Version 0.5
Last Updated 2022-09-13
Publish Date 2012-10-06
Rating 4.60/5 Total 15 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 Right",
    "version": "0.5",
    "manifest_version": 3,
    "description": "Close Right Tabs.",
    "icons": {
        "16": "close_right.png",
        "48": "close_right_48.png",
        "128": "close_right_128.png"
    },
    "action": {
        "default_icon": "close_right.png",
        "default_title": "Close Right"
    },
    "background": {
        "service_worker": "close_right.js"
    }
}