Native Lazy Tabs

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

What is Native Lazy Tabs?

Native Lazy Tabs is a Chrome extension developed by Jacob "kurtextrem" Groß, and its main feature is "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".

Extension Screenshots

screenshot

Download Native Lazy Tabs Extension CRX File

Download Native Lazy Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
Official URL 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.
File Size 13.38 KB
Installation Count 162
Current Version 0.8
Last Updated 2021-07-05
Publish Date 2021-07-05
Developer Jacob "kurtextrem" Groß
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.kurtextrem.de/chrome/PRIVACY.html
Supported Languages 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"
}