I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Co to jest I Need Some Space?
I Need Some Space to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia I Need Some Space
Pobierz pliki rozszerzeń I Need Some Space w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
| Oficjalny URL | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
| Opis | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
| Rozmiar pliku | 6.47 MB |
| Liczba instalacji | 292 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2018-10-21 |
| Data Publikacji | 2018-10-21 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/rahulk64/iss-extension |
| Obsługiwane Języki | 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"
}
} | |