Cheerlights

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

¿Qué es Cheerlights?

Cheerlights es una extensión de Chrome desarrollada por Jman100, y su función principal es "Shows the current color that is set on the Cheerlights API.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cheerlights

Descarga archivos de extensión Cheerlights en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cheerlights Cheerlights
ID hpphbpobchhjfiknafjcpopiipahokpd
URL Oficial https://chromewebstore.google.com/detail/cheerlights/hpphbpobchhjfiknafjcpopiipahokpd
Descripción Shows the current color that is set on the Cheerlights API.
Tamaño del Archivo 41.15 KB
Cantidad de Instalaciones 148
Versión Actual 1.0
Última Actualización 2014-12-20
Fecha de Publicación 2014-12-19
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador Jman100
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}