Astronomy Calendar for celestial events

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

Qu'est-ce que Astronomy Calendar for celestial events ?

Astronomy Calendar for celestial events est une extension Chrome développée par https://moophz.com, et sa fonction principale est "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Astronomy Calendar for celestial events

Téléchargez les fichiers d'extension Astronomy Calendar for celestial events au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL Officiel https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Description Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Taille du Fichier 23.8 MB
Nombre d'Installations 4,033
Version Actuelle 1.4
Dernière Mise à Jour 2024-01-02
Date de Publication 2021-01-19
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://moophz.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://moophz.com/article/astronomy-calendar-2021-digital
Langues Prises en Charge 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:\/\/\/*"
            ]
        }
    ]
}