I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Vad är I Need Some Space?
I Need Some Space är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Tilläggsskärmbilder
Ladda ner I Need Some Space-förlängningens CRX-fil
Ladda ner I Need Some Space-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
Officiell webbadress | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Beskrivning | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Filstorlek | 6.47 MB |
Antal Installationer | 292 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2018-10-21 |
Publiceringsdatum | 2018-10-21 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rahulk64/iss-extension |
Stödda Språk | 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" } } |