NASA Space Explorer: Discover the Cosmos

Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.

O que é NASA Space Explorer: Discover the Cosmos?

NASA Space Explorer: Discover the Cosmos é uma extensão do Chrome desenvolvida por Anurag Gupta, e sua principal característica é "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NASA Space Explorer: Discover the Cosmos

Baixe arquivos de extensão NASA Space Explorer: Discover the Cosmos 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

                        Explore the beauty of space with NASA's Image of the Day! With our extension, you can view the latest high-resolution image from NASA and learn about the fascinating story behind it. Simply click on the extension icon to access the popup with the image and description. Plus, you can click on the image to see it in high-definition. Install now to discover the wonders of the cosmos!                    

Informações Básicas da Extensão

Nome NASA Space Explorer: Discover the Cosmos NASA Space Explorer: Discover the Cosmos
ID kdbblbiggblcikgldcfcpoaalaalppnm
URL Oficial https://chromewebstore.google.com/detail/nasa-space-explorer-disco/kdbblbiggblcikgldcfcpoaalaalppnm
Descrição Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.
Tamanho do Arquivo 565 KB
Contagem de Instalações 54
Versão Atual 1.2
Última Atualização 2023-01-14
Data de Publicação 2023-01-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Anurag Gupta
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 3,
    "name": "NASA Space Explorer: Discover the Cosmos",
    "description": "Get NASA's Image of the Day in a click! View high-res images and learn about space exploration with this free Chrome extension.",
    "action": {
        "default_title": "NASA Space Explorer: Discover the Cosmos",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scriptFile.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}