Astronomy Calendar for celestial events

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

Apa itu Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events adalah ekstensi Chrome yang dikembangkan oleh https://moophz.com, dan fitur utamanya adalah "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Astronomy Calendar for celestial events

Unduh file ekstensi Astronomy Calendar for celestial events dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL Resmi https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Deskripsi Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Ukuran File 23.8 MB
Jumlah Instalasi 4,033
Versi Saat Ini 1.4
Terakhir Diperbarui 2024-01-02
Tanggal Publikasi 2021-01-19
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://moophz.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://moophz.com/article/astronomy-calendar-2021-digital
Bahasa yang Didukung 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:\/\/\/*"
            ]
        }
    ]
}