Cheerlights

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

Cheerlights là gì?

Cheerlights là một tiện ích mở rộng Chrome được phát triển bởi Jman100, và tính năng chính của nó là "Shows the current color that is set on the Cheerlights API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cheerlights

Tải xuống các tệp mở rộng Cheerlights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cheerlights Cheerlights
ID hpphbpobchhjfiknafjcpopiipahokpd
URL Chính Thức https://chromewebstore.google.com/detail/cheerlights/hpphbpobchhjfiknafjcpopiipahokpd
Mô tả Shows the current color that is set on the Cheerlights API.
Kích Thước Tệp 41.15 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-20
Ngày Phát Hành 2014-12-19
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jman100
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}