Astronomy Calendar for celestial events

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

Wat is Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events is een Chrome-extensie ontwikkeld door https://moophz.com, en de belangrijkste functie is "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Astronomy Calendar for celestial events

Download Astronomy Calendar for celestial events-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
Officiële URL https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Beschrijving Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Bestandsgrootte 23.8 MB
Aantal Installaties 4,033
Huidige Versie 1.4
Laatst Bijgewerkt 2024-01-02
Publicatiedatum 2021-01-19
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://moophz.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://moophz.com/article/astronomy-calendar-2021-digital
Ondersteunde Talen 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:\/\/\/*"
            ]
        }
    ]
}