Lunar phases
Displays the current phase of the moon.
O que é Lunar phases?
Lunar phases é uma extensão do Chrome desenvolvida por Michael Thelin, e sua principal característica é "Displays the current phase of the moon.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lunar phases
Baixe arquivos de extensão Lunar phases no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
URL Oficial | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Descrição | Displays the current phase of the moon. |
Tamanho do Arquivo | 1.47 MB |
Contagem de Instalações | 1,568 |
Versão Atual | 1.6.0 |
Última Atualização | 2013-12-07 |
Data de Publicação | 2013-12-07 |
Classificação | 4.08/5 Total de 50 Avaliações |
Desenvolvedor | Michael Thelin |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |