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
公式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ß
Eメール [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"
}