Sunlight.FYI

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

Vad är Sunlight.FYI?

Sunlight.FYI är en Chrome-tillägg utvecklad av ben.douglas.church, och dess huvudfunktion är "I each new tab this displays exactly how much daylight is left down to the second.".

Tilläggsskärmbilder

screenshot

Ladda ner Sunlight.FYI-förlängningens CRX-fil

Ladda ner Sunlight.FYI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
Officiell webbadress https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
Beskrivning I each new tab this displays exactly how much daylight is left down to the second.
Filstorlek 243 KB
Antal Installationer 344
Aktuell Version 1.0
Senast Uppdaterad 2019-08-07
Publiceringsdatum 2019-08-07
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare ben.douglas.church
Betalningssätt free
Tilläggswebbplats https://sunshine.fyi
Stödda Språk 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
    }
}