Astronomy Calendar for celestial events

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

Cos'è Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events è un'estensione di Chrome sviluppata da https://moophz.com, e la sua funzione principale è "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Astronomy Calendar for celestial events

Scarica i file di estensione Astronomy Calendar for celestial events in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL Ufficiale https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Descrizione Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Dimensione del File 23.8 MB
Conteggio Installazioni 4,033
Versione Corrente 1.4
Ultimo Aggiornamento 2024-01-02
Data di Pubblicazione 2021-01-19
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://moophz.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://moophz.com/article/astronomy-calendar-2021-digital
Lingue Supportate 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:\/\/\/*"
            ]
        }
    ]
}