APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

O que é APOD New Tab?

APOD New Tab é uma extensão do Chrome desenvolvida por desolationaurora, e sua principal característica é "See pictures from Astronomy Picture of the Day when you open a new tab!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão APOD New Tab

Baixe arquivos de extensão APOD New 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

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

Informações Básicas da Extensão

Nome APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
URL Oficial https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Descrição See pictures from Astronomy Picture of the Day when you open a new tab!
Tamanho do Arquivo 1.25 MB
Contagem de Instalações 50
Versão Atual 1.6.2
Última Atualização 2016-01-20
Data de Publicação 2016-01-20
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor desolationaurora
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}