Sunlight.FYI

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

Sunlight.FYI란 무엇입니까?

Sunlight.FYI은(는) ben.douglas.church에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I each new tab this displays exactly how much daylight is left down to the second."입니다.

확장 프로그램 스크린샷

screenshot

Sunlight.FYI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
공식 URL https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
설명 I each new tab this displays exactly how much daylight is left down to the second.
파일 크기 243 KB
설치 횟수 344
현재 버전 1.0
최근 업데이트 2019-08-07
출시 날짜 2019-08-07
평점 5.00/5 총 6 개의 평점
개발자 ben.douglas.church
결제 유형 free
확장 프로그램 웹 사이트 https://sunshine.fyi
지원되는 언어 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
    }
}