Sunlight.FYI
I each new tab this displays exactly how much daylight is left down to the second.
Sunlight.FYIคืออะไร?
Sunlight.FYI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ben.douglas.church และคุณลักษณะหลักของมันคือ "I each new tab this displays exactly how much daylight is left down to the second."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sunlight.FYI
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |