NASA Astronomy Picture of the Day
An inspiring picture of our universe every day, replacing the New Tab in Chrome.
¿Qué es NASA Astronomy Picture of the Day?
NASA Astronomy Picture of the Day es una extensión de Chrome desarrollada por Rhys Mills, y su función principal es "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NASA Astronomy Picture of the Day
Descarga archivos de extensión NASA 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
Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day". This is an unofficial project which uses NASA's APOD API. This extension is open source; all code can be seen here: https://github.com/rhystmills/nasa-apod-extension
Información Básica de la Extensión
Nombre | NASA Astronomy Picture of the Day |
ID | bechhfglhcdjmemhkmincgemjgcbeifa |
URL Oficial | https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa |
Descripción | An inspiring picture of our universe every day, replacing the New Tab in Chrome. |
Tamaño del Archivo | 249 KB |
Cantidad de Instalaciones | 809 |
Versión Actual | 1.03 |
Última Actualización | 2020-06-04 |
Fecha de Publicación | 2020-06-04 |
Desarrollador | Rhys Mills |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/rhystmills/nasa-apod-extension |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NASA APOD", "name": "NASA Astronomy Picture of the Day", "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.", "manifest_version": 2, "version": "1.03", "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'", "icons": { "16": "extension-icon.png", "48": "extension-icon.png", "128": "extension-icon.png" } } |