NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

¿Qué es NASA Picture of the Day Tab?

NASA Picture of the Day Tab es una extensión de Chrome desarrollada por brettwseitz, y su función principal es "Shows the NASA Picture of the Day upon opening a new tab.".

Capturas de Pantalla de la Extensión

screenshot

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

Descarga archivos de extensión NASA Picture of the Day 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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

Información Básica de la Extensión

Nombre NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
URL Oficial https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Descripción Shows the NASA Picture of the Day upon opening a new tab.
Tamaño del Archivo 23.57 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.0
Última Actualización 2018-08-25
Fecha de Publicación 2018-08-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador brettwseitz
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}