Unload Tab

Allows you to quickly unload (discard) tab in current window.

What is Unload Tab?

Unload Tab is a Chrome extension developed by https://fastaddons.com, and its main feature is "Allows you to quickly unload (discard) tab in current window.".

Extension Screenshots

screenshot

Download Unload Tab Extension CRX File

Download Unload Tab 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

                        Unload Tab shows you list of tabs opened in the current window - click any of them to unload it (discard it).
To unload multiple pages, use Right Mouse Click.
To close multiple pages, use Middle Mouse Click.

Use top bar actions to:
- unload left tabs
- unload right tabs
- unload all tabs in current window
- unload all tabs in all windows

See my other extensions here:
https://fastaddons.com/

Support independent developer:
- I'm full-time extension developer and your donations is my only income. There are no ads in my extensions!
- Please support my work by:
    - Buy me a coffee - https://ko-fi.com/fastaddons
    - PayPal donation - https://paypal.me/fastaddons/
    - be my Patron - https://liberapay.com/juraj.masiar/

Thank you! :)
Your donation will help me keep this extension working in future versions of Chrome!                    

Extension Basic Information

Name Unload Tab Unload Tab
ID jacifdaceeamhebaonnnaangpkajehjb
Official URL https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb
Description Allows you to quickly unload (discard) tab in current window.
File Size 20.67 KB
Installation Count 1,509
Current Version 2.1
Last Updated 2023-08-25
Publish Date 2020-08-13
Rating 4.64/5 Total 14 Ratings
Developer https://fastaddons.com
Email [email protected]
Payment Type free
Extension Website https://fastaddons.com/#unload_tab
Privacy Policy Page URL https://github.com/fastaddons/privacy_policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unload Tab",
    "version": "2.1",
    "author": "Juraj M\u00e4siar",
    "description": "Allows you to quickly unload (discard) tab in current window.",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}