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?
I Need Some Space是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.”。
扩展截图
下载I Need Some Space扩展crx文件
下载I Need Some Space扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
| 官方URL | https://chromewebstore.google.com/detail/i-need-some-space/pnfnlobicflcdpdgggjmfdpodnpmepgg |
| 简介 | A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. |
| 文件大小 | 6.47 MB |
| 安装次数 | 292 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2018-10-21 |
| 上架时间 | 2018-10-21 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/rahulk64/iss-extension |
| 支持的语言 | 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"
}
} | |