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
公式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)
Eメール [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"
    ]
}