Astronomy Calendar for celestial events

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

Was ist Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events ist eine Chrome-Erweiterung, die von https://moophz.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Astronomy Calendar for celestial events-Erweiterungs-CRX-Datei herunterladen

Laden Sie Astronomy Calendar for celestial events-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
Offizielle URL https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Beschreibung Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Dateigröße 23.8 MB
Installationsanzahl 4,033
Aktuelle Version 1.4
Letztes Update 2024-01-02
Veröffentlichungsdatum 2021-01-19
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://moophz.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://moophz.com/article/astronomy-calendar-2021-digital
Unterstützte Sprachen 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:\/\/\/*"
            ]
        }
    ]
}