Slumber
Slumber transforms your new tab into a beautiful sleep time calculator.
Slumber là gì?
Slumber là một tiện ích mở rộng Chrome được phát triển bởi Dan Hayes, và tính năng chính của nó là "Slumber transforms your new tab into a beautiful sleep time calculator.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slumber
Tải xuống các tệp mở rộng Slumber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ifafldkgngobnbdbfdcnbgafgmjahafa |
URL Chính Thức | https://chromewebstore.google.com/detail/slumber/ifafldkgngobnbdbfdcnbgafgmjahafa |
Mô tả | Slumber transforms your new tab into a beautiful sleep time calculator. |
Kích Thước Tệp | 56.31 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2014-07-15 |
Ngày Phát Hành | 2014-07-15 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dan Hayes |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |