Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Cos'è Native Lazy Tabs?
Native Lazy Tabs è un'estensione di Chrome sviluppata da Jacob "kurtextrem" Groß, e la sua funzione principale è "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Native Lazy Tabs
Scarica i file di estensione Native Lazy Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
URL Ufficiale | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Descrizione | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Dimensione del File | 13.38 KB |
Conteggio Installazioni | 162 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2021-07-05 |
Data di Pubblicazione | 2021-07-05 |
Sviluppatore | Jacob "kurtextrem" Groß |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.kurtextrem.de/chrome/PRIVACY.html |
Lingue Supportate | 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" } |