Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

¿Qué es Astronomy Picture of the Day?

Astronomy Picture of the Day es una extensión de Chrome desarrollada por ohohbot, y su función principal es "This extension displays the Astronomy Picture of the Day in your new tab page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Astronomy Picture of the Day

Descarga archivos de extensión Astronomy Picture of the Day en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

Información Básica de la Extensión

Nombre Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
URL Oficial https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Descripción This extension displays the Astronomy Picture of the Day in your new tab page.
Tamaño del Archivo 2.89 MB
Cantidad de Instalaciones 523
Versión Actual 2
Última Actualización 2017-03-12
Fecha de Publicación 2017-03-12
Calificación 4.32/5 Total de 19 Calificaciones
Desarrollador ohohbot
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}