I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Was ist I Need Some Space?
I Need Some Space ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Erweiterungsscreenshots
I Need Some Space-Erweiterungs-CRX-Datei herunterladen
Laden Sie I Need Some Space-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
Offizielle URL | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Beschreibung | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Dateigröße | 6.47 MB |
Installationsanzahl | 292 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2018-10-21 |
Veröffentlichungsdatum | 2018-10-21 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rahulk64/iss-extension |
Unterstützte Sprachen | 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" } } |