ISS Update
Get the current location and crew of the Internation Space Station
ISS Updateとは何ですか?
ISS UpdateはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Get the current location and crew of the Internation Space Station」です。
拡張機能のスクリーンショット
ISS Update拡張機能のCRXファイルをダウンロード
ISS Update拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
拡張機能の基本情報
名前 | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
公式URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
説明 | Get the current location and crew of the Internation Space Station |
ファイルサイズ | 1.84 MB |
インストール数 | 95 |
現在のバージョン | 1.0 |
最終更新日 | 2018-09-08 |
公開日 | 2018-09-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |