Lazy Tabs

Discard all inactive tabs (except pinned) at startup or by clicking an icon

Lazy Tabs là gì?

Lazy Tabs là một tiện ích mở rộng Chrome được phát triển bởi Jman, và tính năng chính của nó là "Discard all inactive tabs (except pinned) at startup or by clicking an icon".

Ả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 Lazy Tabs

Tải xuống các tệp mở rộng Lazy Tabs 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

                        Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. 

Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab                    

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

Tên Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
URL Chính Thức https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Mô tả Discard all inactive tabs (except pinned) at startup or by clicking an icon
Kích Thước Tệp 10.38 KB
Số Lần Cài Đặt 7,560
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2020-07-02
Đánh Giá 3.68/5 Tổng số 137 Đánh Giá
Nhà Phát Triển Jman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jman/lazy_tab
URL Trang Trợ Giúp https://github.com/jman/lazy_tab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy Tabs",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon",
    "incognito": "not_allowed",
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "Discard other tabs",
        "default_icon": "ico_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "ico_128.png"
    }
}