Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Qu'est-ce que Native Lazy Tabs ?
Native Lazy Tabs est une extension Chrome développée par Jacob "kurtextrem" Groß, et sa fonction principale est "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Native Lazy Tabs
Téléchargez les fichiers d'extension Native Lazy Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
URL Officiel | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Description | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Taille du Fichier | 13.38 KB |
Nombre d'Installations | 162 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2021-07-05 |
Date de Publication | 2021-07-05 |
Développeur | Jacob "kurtextrem" Groß |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.kurtextrem.de/chrome/PRIVACY.html |
Langues Prises en Charge | 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" } |