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)開發的Chrome擴展程式,該擴展的主要功能是“Be more green and save energy by getting notifications every time you leave your computer idle for too long.”。

擴展截圖

screenshot
screenshot

下載Pale Blue Button擴展crx文件

下載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
官方網址 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"
    ]
}