Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
ما هو Sunrise | Sunset؟
Sunrise | Sunset هو إضافة Chrome تم تطويرها بواسطة http://sunrise-sunset.today، والميزة الرئيسية لها هي "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sunrise | Sunset
قم بتنزيل ملفات الامتداد Sunrise | Sunset بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A minimalist world clock which replaces the 'new tab' screen in Google Chrome. Sunrise and sunset times, the weather, the sun's current position and local time are shown for any location in the world. UPDATE: Location input hidden once entered - to re-enable, click on the location in the middle of the circle Highlights: - select a location anywhere in the world - current local time - current weather and chance of rain - sunrise & sunset times - un's current position Coming soon: - geolocation - date selector - multiple language options
معلومات أساسية عن التمديد
الاسم | |
ID | lckjbadjcgigmpgabfhbojchdhcjdfhg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg |
الوصف | An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen |
حجم الملف | 501 KB |
عدد التثبيتات | 485 |
النسخة الحالية | 0.9.3 |
آخر تحديث | 2016-02-19 |
تاريخ النشر | 2016-02-19 |
تقييم | 1.60/5 مجموع تقييمات 15 |
المطور | http://sunrise-sunset.today |
نوع الدفع | free |
موقع الإضافة | http://sunrise-sunset.today/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sunrise | Sunset", "description": "An elegant world clock with weather and sunrise \/ sunset times which replaces the new tab screen", "version": "0.9.3", "short_name": "Rise | Set", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128manifest.png", "48": "icon48manifest.png", "32": "icon32manifest.png", "16": "icon16manifest.png" }, "permissions": [ "storage", "unlimitedStorage", "topSites" ], "chrome_url_overrides": { "newtab": "chrome.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'" } |