Lunar phases
Displays the current phase of the moon.
Wat is Lunar phases?
Lunar phases is een Chrome-extensie ontwikkeld door Michael Thelin, en de belangrijkste functie is "Displays the current phase of the moon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lunar phases
Download Lunar phases-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
Officiële URL | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Beschrijving | Displays the current phase of the moon. |
Bestandsgrootte | 1.47 MB |
Aantal Installaties | 1,568 |
Huidige Versie | 1.6.0 |
Laatst Bijgewerkt | 2013-12-07 |
Publicatiedatum | 2013-12-07 |
Beoordeling | 4.08/5 Totaal 50 Beoordelingen |
Ontwikkelaar | Michael Thelin |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |