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