Lazy Tabs

Discard all inactive tabs (except pinned) at startup or by clicking an icon

Lazy Tabs란 무엇입니까?

Lazy Tabs은(는) Jman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discard all inactive tabs (except pinned) at startup or by clicking an icon"입니다.

확장 프로그램 스크린샷

screenshot

Lazy Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. 

Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab                    

확장 프로그램 기본 정보

이름 Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
공식 URL https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
설명 Discard all inactive tabs (except pinned) at startup or by clicking an icon
파일 크기 10.38 KB
설치 횟수 7,560
현재 버전 1.0.0
최근 업데이트 2023-06-22
출시 날짜 2020-07-02
평점 3.68/5 총 137 개의 평점
개발자 Jman
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jman/lazy_tab
도움말 페이지 URL https://github.com/jman/lazy_tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy Tabs",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon",
    "incognito": "not_allowed",
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "Discard other tabs",
        "default_icon": "ico_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "ico_128.png"
    }
}