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 |
公式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 } } |