Moon Phases

Show the current Moon Phase in the icon and more data if you click it

Co to jest Moon Phases?

Moon Phases to rozszerzenie Chrome opracowane przez Iñaki, a jego główną funkcją jest „Show the current Moon Phase in the icon and more data if you click it”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Moon Phases

Pobierz pliki rozszerzeń Moon Phases w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The icon show the current phase with a real image of the moon.
Click and little window is open with the next data:
    
    - Location.
    - Current moon phase.
    - Moonrise.
    - Moonset.
    - Moon age.
    - Moon brightness percentage..
    - Real image in current phase.
    - Phases prevision for all week.
    - Moon rise point.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moon Phases Moon Phases
ID diikilbpgmfgiikhijemigmcoefdnfme
Oficjalny URL https://chrome.google.com/webstore/detail/moon-phases/diikilbpgmfgiikhijemigmcoefdnfme
Opis Show the current Moon Phase in the icon and more data if you click it
Rozmiar pliku 3.07 MB
Liczba instalacji 329
Aktualna Wersja 4.3
Ostatnia Aktualizacja 2022-02-18
Data Publikacji 2020-09-23
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Iñaki
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://lobular-observation.000webhostapp.com/politica_de_privacidad/en/index.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moon Phases",
    "version": "4.3",
    "description": "Show the current Moon Phase in the icon and more data if you click it",
    "author": "I\u00f1aki",
    "background": {
        "scripts": [
            "jquery-3.5.1.js",
            "moon2022.json",
            "contentFases.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/weather.cit.api.here.com; object-src 'self'",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "16": "iconos\/icon16.png",
        "48": "iconos\/icon48.png",
        "128": "iconos\/icon128.png"
    },
    "browser_action": {
        "default_popup": "fases.html",
        "default_title": "MoonPhases",
        "default_icon": {
            "32": "fasesLunaIcons\/lunaFase15.png"
        }
    }
}