Close Right Tabs

Close all right tabs.

What is Close Right Tabs?

Close Right Tabs is a Chrome extension developed by https://refirio.org, and its main feature is "Close all right tabs.".

Extension Screenshots

screenshot

Download Close Right Tabs Extension CRX File

Download Close Right Tabs 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

                        拡張機能のアイコンから、右側のタブをすべて閉じることができます。                    

Extension Basic Information

Name Close Right Tabs Close Right Tabs
ID ahdnifnjcpeklloobmgkkidkaedkodii
Official URL https://chromewebstore.google.com/detail/close-right-tabs/ahdnifnjcpeklloobmgkkidkaedkodii
Description Close all right tabs.
File Size 21.08 KB
Installation Count 606
Current Version 1.1.0
Last Updated 2021-11-03
Publish Date 2017-02-11
Rating 4.00/5 Total 3 Ratings
Developer https://refirio.org
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Right Tabs",
    "description": "Close all right tabs.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png"
        },
        "default_title": "Close Right Tabs"
    }
}