Astronomy Calendar for celestial events

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

Vad är Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events är en Chrome-tillägg utvecklad av https://moophz.com, och dess huvudfunktion är "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Astronomy Calendar for celestial events-förlängningens CRX-fil

Ladda ner Astronomy Calendar for celestial events-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
Officiell webbadress https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Beskrivning Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Filstorlek 23.8 MB
Antal Installationer 4,033
Aktuell Version 1.4
Senast Uppdaterad 2024-01-02
Publiceringsdatum 2021-01-19
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://moophz.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://moophz.com/article/astronomy-calendar-2021-digital
Stödda Språk 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:\/\/\/*"
            ]
        }
    ]
}