Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
¿Qué es Native Lazy Tabs?
Native Lazy Tabs es una extensión de Chrome desarrollada por Jacob "kurtextrem" Groß, y su función principal es "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Native Lazy Tabs
Descarga archivos de extensión Native Lazy Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
URL Oficial | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
Descripción | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
Tamaño del Archivo | 13.38 KB |
Cantidad de Instalaciones | 162 |
Versión Actual | 0.8 |
Última Actualización | 2021-07-05 |
Fecha de Publicación | 2021-07-05 |
Desarrollador | Jacob "kurtextrem" Groß |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.kurtextrem.de/chrome/PRIVACY.html |
Idiomas Soportados | 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" } |