APOD

The famous APOD : Astronomy Picture Of the Day

O que é APOD?

APOD é uma extensão do Chrome desenvolvida por https://www.astrofiles.net, e sua principal característica é "The famous APOD : Astronomy Picture Of the Day".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão APOD

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

                        This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.

This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.

Enjoy!                    

Informações Básicas da Extensão

Nome APOD APOD
ID gggblmmgahdkappoldbhdbofnjlklphc
URL Oficial https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc
Descrição The famous APOD : Astronomy Picture Of the Day
Tamanho do Arquivo 139 KB
Contagem de Instalações 485
Versão Atual 2.1
Última Atualização 2013-06-17
Data de Publicação 2013-06-17
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor https://www.astrofiles.net
Tipo de Pagamento free
Site da Extensão http://www.astrofiles.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD",
    "version": "2.1",
    "description": "The famous APOD : Astronomy Picture Of the Day",
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "apod16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "apod16.png",
        "48": "apod48.png",
        "128": "apod128.png"
    }
}