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是由https://moophz.com開發的Chrome擴展程式,該擴展的主要功能是“Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Astronomy Calendar for celestial events擴展crx文件

下載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
官方網址 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:\/\/\/*"
            ]
        }
    ]
}