APOD New Tab

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

¿Qué es APOD New Tab?

APOD New Tab es una extensión de Chrome desarrollada por desolationaurora, y su función principal es "See pictures from Astronomy Picture of the Day when you open a new tab!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión APOD New Tab

Descarga archivos de extensión APOD New Tab 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

                        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.                    

Información Básica de la Extensión

Nombre APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
URL Oficial https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Descripción See pictures from Astronomy Picture of the Day when you open a new tab!
Tamaño del Archivo 1.25 MB
Cantidad de Instalaciones 50
Versión Actual 1.6.2
Última Actualización 2016-01-20
Fecha de Publicación 2016-01-20
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador desolationaurora
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}