Lazy Tabs

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

What is Lazy Tabs?

Lazy Tabs is a Chrome extension developed by Jman, and its main feature is "Discard all inactive tabs (except pinned) at startup or by clicking an icon".

Extension Screenshots

screenshot

Download Lazy Tabs Extension CRX File

Download Lazy 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

                        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                    

Extension Basic Information

Name Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
Official URL https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Description Discard all inactive tabs (except pinned) at startup or by clicking an icon
File Size 10.38 KB
Installation Count 7,560
Current Version 1.0.0
Last Updated 2023-06-22
Publish Date 2020-07-02
Rating 3.68/5 Total 137 Ratings
Developer Jman
Email [email protected]
Payment Type free
Extension Website https://github.com/jman/lazy_tab
Help Page URL https://github.com/jman/lazy_tab/issues
Supported Languages 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"
    }
}