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.”。
扩展截图
下载Cheerlights扩展crx文件
下载Cheerlights扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |