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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Pale Blue Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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