Close Current Tab Button

A close tab button adds to the toolbar.

What is Close Current Tab Button?

Close Current Tab Button is a Chrome extension developed by Piak, and its main feature is "A close tab button adds to the toolbar.".

Extension Screenshots

screenshot

Download Close Current Tab Button Extension CRX File

Download Close Current Tab Button 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

                        Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster.

Port Firefox add-ons to Chrome : Simple Close Tab button v1.2

Release Note:
1.0.2
- Remove unused initialize permission.                    

Extension Basic Information

Name Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
Official URL https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
Description A close tab button adds to the toolbar.
File Size 5.58 KB
Installation Count 433
Current Version 1.0.2
Last Updated 2023-03-09
Publish Date 2023-03-09
Rating 4.00/5 Total 4 Ratings
Developer Piak
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Current Tab Button",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "A close tab button adds to the toolbar.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}