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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |