Lunar phases
Displays the current phase of the moon.
Что такое Lunar phases?
Lunar phases - это расширение Chrome, разработанное Michael Thelin, и его основная функция - "Displays the current phase of the moon.".
Снимки экрана расширения
Скачать файл CRX расширения Lunar phases
Скачайте файлы расширений Lunar phases в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click on the extension icon to display an image of the current lunar phase, along with its state and time of sunrise and sunset. Don't look at the moon without it.
Основная информация о расширении
Название | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
Официальный URL | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Описание | Displays the current phase of the moon. |
Размер файла | 1.47 MB |
Количество установок | 1,568 |
Текущая Версия | 1.6.0 |
Последнее Обновление | 2013-12-07 |
Дата публикации | 2013-12-07 |
Рейтинг | 4.08/5 Всего 50 оценок |
Разработчик | Michael Thelin |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lunar phases", "version": "1.6.0", "manifest_version": 2, "description": "Displays the current phase of the moon.", "options_page": "views\/options.html", "browser_action": { "default_icon": "images\/moon-icon.png", "default_popup": "views\/popup.html", "default_title": "Lunar Phases" }, "background": { "scripts": [ "scripts\/events.js" ], "persistent": false }, "icons": { "16": "images\/moon-icon-16.png", "48": "images\/moon-icon-48.png", "128": "images\/moon-icon.png" }, "permissions": [ "http:\/\/*.wunderground.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |