I Need Some Space
A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.
I Need Some Space là gì?
I Need Some Space là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng I Need Some Space
Tải xuống các tệp mở rộng I Need Some Space dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
URL Chính Thức | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
Mô tả | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
Kích Thước Tệp | 6.47 MB |
Số Lần Cài Đặt | 292 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2018-10-21 |
Ngày Phát Hành | 2018-10-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rahulk64/iss-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |