Native Lazy Tabs

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

Hvad er Native Lazy Tabs?

Native Lazy Tabs er en Chrome-udvidelse udviklet af Jacob "kurtextrem" Groß, og dens hovedfunktion er "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".

Udvidelsesskærmbilleder

screenshot

Download Native Lazy Tabs-udvidelses-CRX-fil

Download Native Lazy Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
Officiel URL https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk
Beskrivelse Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Filstørrelse 13.38 KB
Antal Installationer 162
Nuværende Version 0.8
Senest Opdateret 2021-07-05
Udgivelsesdato 2021-07-05
Udvikler Jacob "kurtextrem" Groß
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.kurtextrem.de/chrome/PRIVACY.html
Understøttede Sprog 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"
}