I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
¿Qué es I Need Some Space?
I Need Some Space es una extensión de Chrome desarrollada por Unknown, y su función principal es "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión I Need Some Space
Descarga archivos de extensión I Need Some Space 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 Chrome extension that relies on publicly available NASA APIs to create awe-inspiring home pages, featuring either a live satellite feed from the International Space Station or a random image generated from NASA's APOD, or Astronomy Picture of the Day - made for HackTX 2018. Authors: Santiago Cortes, Ashwin Kudva, Ansh Jain, Rahul Krishnan, Amit Joshi
Información Básica de la Extensión
Nombre | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
URL Oficial | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Descripción | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Tamaño del Archivo | 6.47 MB |
Cantidad de Instalaciones | 292 |
Versión Actual | 0.0.2 |
Última Actualización | 2018-10-21 |
Fecha de Publicación | 2018-10-21 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/rahulk64/iss-extension |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I Need Some Space", "description": "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. ", "version": "0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" } } |