Current Moon Phase

Current moon phase, moon zodiac sign, moonset and moonrise time for you location

Was ist Current Moon Phase?

Current Moon Phase ist eine Chrome-Erweiterung, die von https://moonorganizer.com entwickelt wurde, und ihr Hauptmerkmal ist "Current moon phase, moon zodiac sign, moonset and moonrise time for you location".

Erweiterungsscreenshots

screenshot
screenshot

Current Moon Phase-Erweiterungs-CRX-Datei herunterladen

Laden Sie Current Moon Phase-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

                        Features:
* Automatically detect your location
* Current moon phase (icon and name)
* Moonset and moonrise time
* Moon zodiac sign
* Detailed information about each moon phase by clicking "Learn More"

Keep up with the Moon Phase.                    

Grundlegende Informationen zur Erweiterung

Name Current Moon Phase Current Moon Phase
ID ippnbhhbamibfpljlfmgogaondodicgi
Offizielle URL https://chromewebstore.google.com/detail/current-moon-phase/ippnbhhbamibfpljlfmgogaondodicgi
Beschreibung Current moon phase, moon zodiac sign, moonset and moonrise time for you location
Dateigröße 31.04 KB
Installationsanzahl 20,000
Aktuelle Version 1.0.2
Letztes Update 2021-04-21
Veröffentlichungsdatum 2020-03-29
Bewertung 3.67/5 Insgesamt 30 Bewertungen
Entwickler https://moonorganizer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://moonorganizer.com/en/moon-phase-for-today/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Moon Phase",
    "short_name": "Current Moon Phase",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Current moon phase, moon zodiac sign, moonset and moonrise time for you location",
    "homepage_url": "https:\/\/moonorganizer.com\/en\/moon-phase-for-today\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Current Moon Phase",
        "default_popup": "src\/popup.html"
    }
}