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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |