Native Lazy Tabs

Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.

Co je Native Lazy Tabs?

Native Lazy Tabs je rozšíření Chrome vyvinuté Jacob "kurtextrem" Groß, a jeho hlavní funkcí je „Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Native Lazy Tabs

Stáhněte si soubory rozšíření Native Lazy Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Automatically discards all tabs at startup, before they load (CPU usage), reducing memory footprint and unnecessary bandwidth usage.

Click on the icon to discard all tabs apart from the currently active one.

It uses the most recent APIs available in Chrome & Manifest V3.                    

Základní Informace o Rozšíření

Název Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
Oficiální URL https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk
Popis Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Velikost souboru 13.38 KB
Počet instalací 162
Aktuální Verze 0.8
Poslední Aktualizace 2021-07-05
Datum Vydání 2021-07-05
Vývojář Jacob "kurtextrem" Groß
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.kurtextrem.de/chrome/PRIVACY.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "eventPage.js"
    },
    "action": {
        "default_title": "Left-click to discard all tabs"
    },
    "description": "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Native Lazy Tabs",
    "permissions": [
        "tabs"
    ],
    "version": "0.8"
}