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文件

下载Slumber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}