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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}