Slumber

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

Slumberคืออะไร?

Slumber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Hayes และคุณลักษณะหลักของมันคือ "Slumber transforms your new tab into a beautiful sleep time calculator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slumber

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}