ISS Update

Get the current location and crew of the Internation Space Station

¿Qué es ISS Update?

ISS Update es una extensión de Chrome desarrollada por Unknown, y su función principal es "Get the current location and crew of the Internation Space Station".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ISS Update

Descarga archivos de extensión ISS Update en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ISS Update ISS Update
ID ocbohcmfoegfkbijjdbjenbkpmhdfomm
URL Oficial https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm
Descripción Get the current location and crew of the Internation Space Station
Tamaño del Archivo 1.84 MB
Cantidad de Instalaciones 95
Versión Actual 1.0
Última Actualización 2018-09-08
Fecha de Publicación 2018-09-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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'"
}