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