Lazy Tabs

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

Co to jest Lazy Tabs?

Lazy Tabs to rozszerzenie Chrome opracowane przez Jman, a jego główną funkcją jest „Discard all inactive tabs (except pinned) at startup or by clicking an icon”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lazy Tabs

Pobierz pliki rozszerzeń Lazy Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
Oficjalny URL https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Opis Discard all inactive tabs (except pinned) at startup or by clicking an icon
Rozmiar pliku 10.38 KB
Liczba instalacji 7,560
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-06-22
Data Publikacji 2020-07-02
Ocena 3.68/5 Łącznie 137 Oceny
Deweloper Jman
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jman/lazy_tab
Adres URL Strony Pomocy https://github.com/jman/lazy_tab/issues
Obsługiwane Języki 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"
    }
}