I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Wat is I Need Some Space?
I Need Some Space is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie I Need Some Space
Download I Need Some Space-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
| Officiële URL | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
| Beschrijving | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
| Bestandsgrootte | 6.47 MB |
| Aantal Installaties | 292 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2018-10-21 |
| Publicatiedatum | 2018-10-21 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rahulk64/iss-extension |
| Ondersteunde Talen | 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"
}
} | |