Sleepy Tabs

This extension puts to sleep tabs that have not been viewed after a while.

Sleepy Tabs란 무엇입니까?

Sleepy Tabs은(는) Yougli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension puts to sleep tabs that have not been viewed after a while."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension helps you preserve your precious memory:
- sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options).
- optionally keeps inactive tabs awake based on an exclude list of domains set in the options.
- discarded tabs wake up and reload as soon as they're opened.

You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.                    

확장 프로그램 기본 정보

이름 Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
공식 URL https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
설명 This extension puts to sleep tabs that have not been viewed after a while.
파일 크기 7.33 KB
설치 횟수 246
현재 버전 1.1
최근 업데이트 2018-03-01
출시 날짜 2018-03-01
평점 3.00/5 총 2 개의 평점
개발자 Yougli
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleepy Tabs",
    "description": "This extension puts to sleep tabs that have not been viewed after a while.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}