Sunlight.FYI

I each new tab this displays exactly how much daylight is left down to the second.

¿Qué es Sunlight.FYI?

Sunlight.FYI es una extensión de Chrome desarrollada por ben.douglas.church, y su función principal es "I each new tab this displays exactly how much daylight is left down to the second.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sunlight.FYI

Descarga archivos de extensión Sunlight.FYI 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

                        The idea is simple. Show exactly how much daylight is left down to the second everytime you open a new tab. The hope is this gets more people away from their screens and out into the world. Enjoy!                    

Información Básica de la Extensión

Nombre Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
URL Oficial https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
Descripción I each new tab this displays exactly how much daylight is left down to the second.
Tamaño del Archivo 243 KB
Cantidad de Instalaciones 344
Versión Actual 1.0
Última Actualización 2019-08-07
Fecha de Publicación 2019-08-07
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador ben.douglas.church
Tipo de Pago free
Sitio Web de la Extensión https://sunshine.fyi
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Sunlight.FYI",
    "name": "Sunlight.FYI",
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#26A5CA",
    "background_color": "#ffffff",
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.ico"
    },
    "version": "1.0",
    "manifest_version": 2,
    "description": "I each new tab this displays exactly how much daylight is left down to the second.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; script-src 'self' 'sha256-upit+RNzCkMuGGvpjGNvTeNpad7BBvnIXuqQ\/wpkahg='; script-src 'self' 'sha256-qZzjjrFQQISTrw4gWY\/qseBriA7HZmVBdAWuRK4C9Qk='; object-src 'self'",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    }
}