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 là gì?

Astronomy Calendar for celestial events là một tiện ích mở rộng Chrome được phát triển bởi https://moophz.com, và tính năng chính của nó là "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Astronomy Calendar for celestial events

Tải xuống các tệp mở rộng Astronomy Calendar for celestial events dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL Chính Thức https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Mô tả Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Kích Thước Tệp 23.8 MB
Số Lần Cài Đặt 4,033
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2021-01-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://moophz.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://moophz.com/article/astronomy-calendar-2021-digital
Ngôn Ngữ Được Hỗ Trợ 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:\/\/\/*"
            ]
        }
    ]
}