Cheerlights

Shows the current color that is set on the Cheerlights API.

Cheerlights란 무엇입니까?

Cheerlights은(는) Jman100에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the current color that is set on the Cheerlights API."입니다.

확장 프로그램 스크린샷

screenshot

Cheerlights 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension reads the Cheerlights API and shows the current color in an icon on the top right of your browser.

Visit http://www.cheerlights.com/ for more info!

NEW with version 1.0:
 - Updated to include new colors. Happy Holidays!

NEW with version 0.7:
 - clicking the icon will bring up a window for you to tweet to cheerlights!

NEW with version 0.5:
 - minor fix to reduce polling time on server

NEW with version 0.4:
 - changed cyan color to look more cyan
 - load cheerlights.com when icon is clicked                    

확장 프로그램 기본 정보

이름 Cheerlights Cheerlights
ID hpphbpobchhjfiknafjcpopiipahokpd
공식 URL https://chromewebstore.google.com/detail/cheerlights/hpphbpobchhjfiknafjcpopiipahokpd
설명 Shows the current color that is set on the Cheerlights API.
파일 크기 41.15 KB
설치 횟수 148
현재 버전 1.0
최근 업데이트 2014-12-20
출시 날짜 2014-12-19
평점 4.80/5 총 5 개의 평점
개발자 Jman100
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "background": {
        "scripts": [
            "cheerlights.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "Current color"
    },
    "description": "Shows the current color that is set on the Cheerlights API.",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRyFX5UyTodhaISebgmv9C8aWhvMPDGE\/Nae4xXBXU4jeFzF7HSvOLxD1slhTrpvRxalWyO55trQp8UMYPneSj3AhJ\/Sf6uh1h16RBCTdUhmRZ9wJ0hik9yHYRwjWzdIcjxhbbSElHV3X0sVHxXBp3FYFUmLy2ImNm5Rogoge76wIDAQAB",
    "name": "Cheerlights",
    "permissions": [
        "http:\/\/api.thingspeak.com\/channels\/1417\/field\/1\/last.txt",
        "https:\/\/*.twitter.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2
}