Astronomy Calendar for celestial events

Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.

Co to jest Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events to rozszerzenie Chrome opracowane przez https://moophz.com, a jego główną funkcją jest „Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Astronomy Calendar for celestial events

Pobierz pliki rozszerzeń Astronomy Calendar for celestial events 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

                        Astronomy Calendar for celestial events. This replaces the blank New Tab background with an interactive calendar along with descriptive space images taken from across the world by Maroun Habib / @Moophz                    

Podstawowe informacje o rozszerzeniu

Nazwa Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
Oficjalny URL https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Opis Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Rozmiar pliku 23.8 MB
Liczba instalacji 4,033
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2024-01-02
Data Publikacji 2021-01-19
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://moophz.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://moophz.com/article/astronomy-calendar-2021-digital
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astronomy Calendar for celestial events",
    "description": "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib \/ Moophz.",
    "version": "1.4",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "bg.html"
    },
    "action": {
        "default_popup": "bg.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "css": [
                "splide.min.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "background.js",
                "splide.min.js"
            ],
            "matches": [
                "file:\/\/\/*"
            ]
        }
    ]
}