Sunlight.FYI

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

O que é Sunlight.FYI?

Sunlight.FYI é uma extensão do Chrome desenvolvida por ben.douglas.church, e sua principal característica é "I each new tab this displays exactly how much daylight is left down to the second.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sunlight.FYI

Baixe arquivos de extensão Sunlight.FYI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
URL Oficial https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
Descrição I each new tab this displays exactly how much daylight is left down to the second.
Tamanho do Arquivo 243 KB
Contagem de Instalações 344
Versão Atual 1.0
Última Atualização 2019-08-07
Data de Publicação 2019-08-07
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor ben.douglas.church
Tipo de Pagamento free
Site da Extensão https://sunshine.fyi
Idiomas Suportados 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
    }
}