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
擴展基本資訊
名稱 | I Need Some Space |
ID | pnfnlobicflcdpdgggjmfdpodnpmepgg |
官方網址 | 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" } } |