Lazy Tabs

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

Cos'è Lazy Tabs?

Lazy Tabs è un'estensione di Chrome sviluppata da Jman, e la sua funzione principale è "Discard all inactive tabs (except pinned) at startup or by clicking an icon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lazy Tabs

Scarica i file di estensione Lazy Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
URL Ufficiale https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Descrizione Discard all inactive tabs (except pinned) at startup or by clicking an icon
Dimensione del File 10.38 KB
Conteggio Installazioni 7,560
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-22
Data di Pubblicazione 2020-07-02
Valutazione 3.68/5 Totale 137 Valutazioni
Sviluppatore Jman
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jman/lazy_tab
URL della Pagina di Aiuto https://github.com/jman/lazy_tab/issues
Lingue Supportate 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"
    }
}