APODtab

Displays the latest NASA APOD image when you open a new tab

O que é APODtab?

APODtab é uma extensão do Chrome desenvolvida por jooldesign.co.uk, e sua principal característica é "Displays the latest NASA APOD image when you open a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão APODtab

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Informações Básicas da Extensão

Nome APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
URL Oficial https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Descrição Displays the latest NASA APOD image when you open a new tab
Tamanho do Arquivo 70.76 KB
Contagem de Instalações 61
Versão Atual 1.3.0
Última Atualização 2017-02-16
Data de Publicação 2017-02-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jooldesign.co.uk
Tipo de Pagamento free
Site da Extensão http://jooldesign.co.uk
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}