Sunlight.FYI

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

Qu'est-ce que Sunlight.FYI ?

Sunlight.FYI est une extension Chrome développée par ben.douglas.church, et sa fonction principale est "I each new tab this displays exactly how much daylight is left down to the second.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sunlight.FYI

Téléchargez les fichiers d'extension Sunlight.FYI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
URL Officiel https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
Description I each new tab this displays exactly how much daylight is left down to the second.
Taille du Fichier 243 KB
Nombre d'Installations 344
Version Actuelle 1.0
Dernière Mise à Jour 2019-08-07
Date de Publication 2019-08-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur ben.douglas.church
Type de Paiement free
Site Web de l'Extension https://sunshine.fyi
Langues Prises en Charge 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
    }
}