Slumber

Slumber transforms your new tab into a beautiful sleep time calculator.

Slumber란 무엇입니까?

Slumber은(는) Dan Hayes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Slumber transforms your new tab into a beautiful sleep time calculator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Slumber replaces your "New Tab" screen with one that displays a sleep calculator, and the current time. Inspired by sleepyti.me, Slumber suggests times to go to bed so you feel rested and energized in the morning. 

Simply set your wake up time and find out when to fall asleep.

HOW IT WORKS
Sleep cycles consist of periods of deep sleep and REM sleep, together they last about 90 minutes. Slumber calculates sleep times by counting backwards in sleep cycles based on the time you have to wake up. Falling asleep at one of the suggested times will ensure that you wake up in between your sleep cycle!

SLEEP WELL, FEEL GREAT
Waking up in between sleep cycles allows for your mind and body to feel more refreshed in the morning, which will improve your energy, mood, and mental sharpness.

Slumber is a simple extension intended to help make waking up just a little less terrible.                    

확장 프로그램 기본 정보

이름 Slumber Slumber
ID ifafldkgngobnbdbfdcnbgafgmjahafa
공식 URL https://chromewebstore.google.com/detail/slumber/ifafldkgngobnbdbfdcnbgafgmjahafa
설명 Slumber transforms your new tab into a beautiful sleep time calculator.
파일 크기 56.31 KB
설치 횟수 86
현재 버전 1.0.2
최근 업데이트 2014-07-15
출시 날짜 2014-07-15
평점 3.33/5 총 3 개의 평점
개발자 Dan Hayes
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slumber",
    "author": "r_dhayes",
    "description": "Slumber transforms your new tab into a beautiful sleep time calculator.",
    "version": "1.0.2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}