I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Cos'è I Need Some Space?
I Need Some Space è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione I Need Some Space
Scarica i file di estensione I Need Some Space in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
URL Ufficiale | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Descrizione | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Dimensione del File | 6.47 MB |
Conteggio Installazioni | 292 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2018-10-21 |
Data di Pubblicazione | 2018-10-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rahulk64/iss-extension |
Lingue Supportate | 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" } } |