Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Wat is Native Lazy Tabs?
Native Lazy Tabs is een Chrome-extensie ontwikkeld door Jacob "kurtextrem" Groß, en de belangrijkste functie is "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Native Lazy Tabs
Download Native Lazy Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
Officiële URL | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Beschrijving | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Bestandsgrootte | 13.38 KB |
Aantal Installaties | 162 |
Huidige Versie | 0.8 |
Laatst Bijgewerkt | 2021-07-05 |
Publicatiedatum | 2021-07-05 |
Ontwikkelaar | Jacob "kurtextrem" Groß |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.kurtextrem.de/chrome/PRIVACY.html |
Ondersteunde Talen | 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" } |