I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
Apa itu I Need Some Space?
I Need Some Space adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I Need Some Space
Unduh file ekstensi I Need Some Space dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
| URL Resmi | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
| Deskripsi | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
| Ukuran File | 6.47 MB |
| Jumlah Instalasi | 292 |
| Versi Saat Ini | 0.0.2 |
| Terakhir Diperbarui | 2018-10-21 |
| Tanggal Publikasi | 2018-10-21 |
| Penilaian | 5.00/5 Total 6 Penilaian |
| Pengembang | Unknown |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/rahulk64/iss-extension |
| Bahasa yang Didukung | 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"
}
} | |