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
Eメール [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:\/\/\/*"
            ]
        }
    ]
}