Unload Tab

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

Unload Tab là gì?

Unload Tab là một tiện ích mở rộng Chrome được phát triển bởi https://fastaddons.com, và tính năng chính của nó là "Allows you to quickly unload (discard) tab in current window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unload Tab

Tải xuống các tệp mở rộng Unload Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unload Tab Unload Tab
ID jacifdaceeamhebaonnnaangpkajehjb
URL Chính Thức https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb
Mô tả Allows you to quickly unload (discard) tab in current window.
Kích Thước Tệp 20.67 KB
Số Lần Cài Đặt 1,509
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2020-08-13
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://fastaddons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fastaddons.com/#unload_tab
URL Trang Chính Sách Bảo Mật https://github.com/fastaddons/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}