Native Lazy Tabs

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

Native Lazy Tabs là gì?

Native Lazy Tabs là một tiện ích mở rộng Chrome được phát triển bởi Jacob "kurtextrem" Groß, và tính năng chính của nó là "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Native Lazy Tabs

Tải xuống các tệp mở rộng Native Lazy Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Native Lazy Tabs Native Lazy Tabs
ID algdjijplmdpmfiffdhcdiiplolemffk
URL Chính Thức https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk
Mô tả Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Kích Thước Tệp 13.38 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2021-07-05
Ngày Phát Hành 2021-07-05
Nhà Phát Triển Jacob "kurtextrem" Groß
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.kurtextrem.de/chrome/PRIVACY.html
Ngôn Ngữ Được Hỗ Trợ 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"
}