Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Was ist Native Lazy Tabs?
Native Lazy Tabs ist eine Chrome-Erweiterung, die von Jacob "kurtextrem" Groß entwickelt wurde, und ihr Hauptmerkmal ist "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Erweiterungsscreenshots
Native Lazy Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Native Lazy Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
Offizielle URL | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Beschreibung | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Dateigröße | 13.38 KB |
Installationsanzahl | 162 |
Aktuelle Version | 0.8 |
Letztes Update | 2021-07-05 |
Veröffentlichungsdatum | 2021-07-05 |
Entwickler | Jacob "kurtextrem" Groß |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.kurtextrem.de/chrome/PRIVACY.html |
Unterstützte Sprachen | 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" } |