Astronomy Calendar for celestial events

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

Astronomy Calendar for celestial eventsคืออะไร?

Astronomy Calendar for celestial events เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moophz.com และคุณลักษณะหลักของมันคือ "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Astronomy Calendar for celestial events

ดาวน์โหลดไฟล์ส่วนขยาย Astronomy Calendar for celestial events ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
คำอธิบาย Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
ขนาดไฟล์ 23.8 MB
จำนวนการติดตั้ง 4,033
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2021-01-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://moophz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://moophz.com/article/astronomy-calendar-2021-digital
ภาษาที่รองรับ 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:\/\/\/*"
            ]
        }
    ]
}