tabsleeper

Lightweight tab management

tabsleeper란 무엇입니까?

tabsleeper은(는) https://tabsleeper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightweight tab management"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tabsleeper lets you sleep Chrome windows and tabs, putting them somewhere safe and closing the window. When you’re ready, you can wake them and pick up exactly where you left off.

It will ease the load on your computer, saving battery, and making it faster overall. You can manage different sessions, keeping your browsing tidy and organised. Plus, everything is saved locally so it’s private.

Never again get frustrated by tab overload. Sleep it away and you can always come back to it later. Or not.                    

확장 프로그램 기본 정보

이름 tabsleeper tabsleeper
ID immplmjnhpafilbefbokhflhmnbhigil
공식 URL https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil
설명 Lightweight tab management
파일 크기 211 KB
설치 횟수 213
현재 버전 0.4.0
최근 업데이트 2023-12-10
출시 날짜 2020-05-30
평점 4.20/5 총 5 개의 평점
개발자 https://tabsleeper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabsleeper.com
도움말 페이지 URL https://github.com/tabsleeper/tabsleeper-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabsleeper",
    "version": "0.4.0",
    "description": "Lightweight tab management",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "build\/dist\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": {
        "default_icon": {
            "19": "icon\/browserAction\/19.png",
            "38": "icon\/browserAction\/38.png"
        },
        "default_title": "Sleep this window",
        "default_popup": "static\/popup.html"
    },
    "minimum_chrome_version": "88"
}