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"
}
} | |