Lunar phases
Displays the current phase of the moon.
Hvad er Lunar phases?
Lunar phases er en Chrome-udvidelse udviklet af Michael Thelin, og dens hovedfunktion er "Displays the current phase of the moon.".
Udvidelsesskærmbilleder
Download Lunar phases-udvidelses-CRX-fil
Download Lunar phases-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
Officiel URL | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Beskrivelse | Displays the current phase of the moon. |
Filstørrelse | 1.47 MB |
Antal Installationer | 1,568 |
Nuværende Version | 1.6.0 |
Senest Opdateret | 2013-12-07 |
Udgivelsesdato | 2013-12-07 |
Bedømmelse | 4.08/5 Samlet 50 Bedømmelser |
Udvikler | Michael Thelin |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |