Lazy Tabs

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

Wat is Lazy Tabs?

Lazy Tabs is een Chrome-extensie ontwikkeld door Jman, en de belangrijkste functie is "Discard all inactive tabs (except pinned) at startup or by clicking an icon".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lazy Tabs

Download Lazy Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
Officiële URL https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Beschrijving Discard all inactive tabs (except pinned) at startup or by clicking an icon
Bestandsgrootte 10.38 KB
Aantal Installaties 7,560
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-22
Publicatiedatum 2020-07-02
Beoordeling 3.68/5 Totaal 137 Beoordelingen
Ontwikkelaar Jman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jman/lazy_tab
Help Pagina-URL https://github.com/jman/lazy_tab/issues
Ondersteunde Talen 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"
    }
}