Pale Blue Button

Be more green and save energy by getting notifications every time you leave your computer idle for too long.

Τι είναι το Pale Blue Button;

Το Pale Blue Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον imagentleman (José Antonio Chio), και η κύρια λειτουργία του είναι "Be more green and save energy by getting notifications every time you leave your computer idle for too long.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pale Blue Button

Λήψη αρχείων επέκτασης Pale Blue Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Be more green and train yourself to save energy by not leaving the computer idle.

When the computer spends more than 10 minutes idle, the blue button changes to a red button with a small text showing the number minutes without any use.

After a sign of activity the notification stays for 10 seconds and the button returns to its original blue state.

If you leave the computer running and return a few minutes later, the icon will tell you how many minutes of energy were wasted, making you feel filthy and guilty... hopefully encouraging you to sleep the computer the next time, and the next time, until it becomes a habit. 

Note: Chrome stopped supporting the technology that allowed the extension to suspend or send the computer to sleep mode directly from the browser, so that feature won't be available from now on (Sep. 2014).


Other works
http://imagentleman.github.io                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pale Blue Button Pale Blue Button
ID iindadhpglnliimajhanjccalaldffpo
Επίσημο URL https://chromewebstore.google.com/detail/pale-blue-button/iindadhpglnliimajhanjccalaldffpo
Περιγραφή Be more green and save energy by getting notifications every time you leave your computer idle for too long.
Μέγεθος Αρχείου 19.26 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 7
Τελευταία Ενημέρωση 2014-09-21
Ημερομηνία Δημοσίευσης 2014-09-20
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής imagentleman (José Antonio Chio)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://imagentleman.github.io
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pale Blue Button",
    "version": "7",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "bluebutton-128.png",
        "48": "bluebutton-48.png",
        "16": "bluebutton-16.png"
    },
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_title": "__MSG_buttonTip__",
        "default_icon": "bluebutton-19.png",
        "default_popup": "pop.html"
    },
    "permissions": [
        "idle"
    ]
}