Sunlight.FYI

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

Sunlight.FYI là gì?

Sunlight.FYI là một tiện ích mở rộng Chrome được phát triển bởi ben.douglas.church, và tính năng chính của nó là "I each new tab this displays exactly how much daylight is left down to the second.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sunlight.FYI

Tải xuống các tệp mở rộng Sunlight.FYI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sunlight.FYI Sunlight.FYI
ID deheemcojhcjocnpicjojcepghphhcaa
URL Chính Thức https://chrome.google.com/webstore/detail/sunlightfyi/deheemcojhcjocnpicjojcepghphhcaa
Mô tả I each new tab this displays exactly how much daylight is left down to the second.
Kích Thước Tệp 243 KB
Số Lần Cài Đặt 344
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-08-07
Ngày Phát Hành 2019-08-07
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ben.douglas.church
Loại Thanh Toán free
Trang Web Mở Rộng https://sunshine.fyi
Ngôn Ngữ Được Hỗ Trợ 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
    }
}