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 |
官方網址 | 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'" } |