NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

O que é NASA Picture of the Day Tab?

NASA Picture of the Day Tab é uma extensão do Chrome desenvolvida por brettwseitz, e sua principal característica é "Shows the NASA Picture of the Day upon opening a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NASA Picture of the Day Tab

Baixe arquivos de extensão NASA Picture of the Day Tab 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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

Informações Básicas da Extensão

Nome NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
URL Oficial https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Descrição Shows the NASA Picture of the Day upon opening a new tab.
Tamanho do Arquivo 23.57 KB
Contagem de Instalações 38
Versão Atual 1.0.0
Última Atualização 2018-08-25
Data de Publicação 2018-08-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor brettwseitz
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}