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.”。
擴展截圖
下載Sunlight.FYI擴展crx文件
下載Sunlight.FYI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | deheemcojhcjocnpicjojcepghphhcaa |
| 官方網址 | 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
}
} | |