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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'" } |