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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}