Native Lazy Tabs

Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.

O que é Native Lazy Tabs?

Native Lazy Tabs é uma extensão do Chrome desenvolvida por Jacob "kurtextrem" Groß, e sua principal característica é "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Native Lazy Tabs

Baixe arquivos de extensão Native Lazy Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
URL Oficial https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk
Descrição Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Tamanho do Arquivo 13.38 KB
Contagem de Instalações 162
Versão Atual 0.8
Última Atualização 2021-07-05
Data de Publicação 2021-07-05
Desenvolvedor Jacob "kurtextrem" Groß
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.kurtextrem.de/chrome/PRIVACY.html
Idiomas Suportados 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"
}