Lunar phases
Displays the current phase of the moon.
Was ist Lunar phases?
Lunar phases ist eine Chrome-Erweiterung, die von Michael Thelin entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current phase of the moon.".
Erweiterungsscreenshots
Lunar phases-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lunar phases-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
Offizielle URL | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Beschreibung | Displays the current phase of the moon. |
Dateigröße | 1.47 MB |
Installationsanzahl | 1,568 |
Aktuelle Version | 1.6.0 |
Letztes Update | 2013-12-07 |
Veröffentlichungsdatum | 2013-12-07 |
Bewertung | 4.08/5 Insgesamt 50 Bewertungen |
Entwickler | Michael Thelin |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |