Astronomy Picture of the Day (APOD)
This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API
¿Qué es Astronomy Picture of the Day (APOD)?
Astronomy Picture of the Day (APOD) es una extensión de Chrome desarrollada por Steven Harris, y su función principal es "This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Astronomy Picture of the Day (APOD)
Descarga archivos de extensión Astronomy Picture of the Day (APOD) 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
Who doesn't love a good photo of our Universe? NASA has a massive library of beautiful imagery, every day they showcase a single image. We display this image in a new tab, so we don't have to go out our way to view it.
Información Básica de la Extensión
Nombre | Astronomy Picture of the Day (APOD) |
ID | gcpjcbpfjbhehgihibcncmaknkeeamip |
URL Oficial | https://chromewebstore.google.com/detail/astronomy-picture-of-the/gcpjcbpfjbhehgihibcncmaknkeeamip |
Descripción | This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API |
Tamaño del Archivo | 176 KB |
Cantidad de Instalaciones | 112 |
Versión Actual | 1.0.3 |
Última Actualización | 2016-02-24 |
Fecha de Publicación | 2016-02-24 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Steven Harris |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Steven Harris", "name": "Astronomy Picture of the Day (APOD)", "description": "This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API", "version": "1.0.3", "chrome_url_overrides": { "newtab": "apod.html" } } |