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”。

扩展截图

screenshot
screenshot

下载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 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'"
}