NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

¿Qué es NASA Picture of the Day?

NASA Picture of the Day es una extensión de Chrome desarrollada por http://breakfasthack.com, y su función principal es "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

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

Descarga archivos de extensión NASA 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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

Información Básica de la Extensión

Nombre NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
URL Oficial https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Descripción Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Tamaño del Archivo 34.96 KB
Cantidad de Instalaciones 907
Versión Actual 0.1
Última Actualización 2015-03-30
Fecha de Publicación 2015-03-30
Calificación 4.00/5 Total de 8 Calificaciones
Desarrollador http://breakfasthack.com
Tipo de Pago free
Sitio Web de la Extensión http://breakfasthack.com
URL de la Página de Ayuda http://breakfasthack.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}