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ß開發的Chrome擴展程式,該擴展的主要功能是“Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.”。

擴展截圖

screenshot

下載Native Lazy Tabs擴展crx文件

下載Native Lazy Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}