Native Lazy Tabs

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

Native Lazy Tabs क्या है?

Native Lazy Tabs Jacob "kurtextrem" Groß द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Native Lazy Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
आधिकारिक URL https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk
विवरण Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
फ़ाइल का आकार 13.38 KB
स्थापना संख्या 162
वर्तमान संस्करण 0.8
अंतिम अपडेट 2021-07-05
प्रकाशन तिथि 2021-07-05
डेवलपर Jacob "kurtextrem" Groß
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.kurtextrem.de/chrome/PRIVACY.html
समर्थित भाषाएँ 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"
}