Astronomy Calendar for celestial events

Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.

O que é Astronomy Calendar for celestial events?

Astronomy Calendar for celestial events é uma extensão do Chrome desenvolvida por https://moophz.com, e sua principal característica é "Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Astronomy Calendar for celestial events

Baixe arquivos de extensão Astronomy Calendar for celestial events no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Astronomy Calendar for celestial events Astronomy Calendar for celestial events
ID ghjdchifgiedhcmkboddlhibiihihcfc
URL Oficial https://chromewebstore.google.com/detail/astronomy-calendar-for-ce/ghjdchifgiedhcmkboddlhibiihihcfc
Descrição Replaces the New Tab background with an interactive calendar with background space images taken by Maroun Habib / Moophz.
Tamanho do Arquivo 23.8 MB
Contagem de Instalações 4,033
Versão Atual 1.4
Última Atualização 2024-01-02
Data de Publicação 2021-01-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://moophz.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://moophz.com/article/astronomy-calendar-2021-digital
Idiomas Suportados 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:\/\/\/*"
            ]
        }
    ]
}