ISS Update
Get the current location and crew of the Internation Space Station
Was ist ISS Update?
ISS Update ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Get the current location and crew of the Internation Space Station".
Erweiterungsscreenshots
ISS Update-Erweiterungs-CRX-Datei herunterladen
Laden Sie ISS Update-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Offizielle URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Beschreibung | Get the current location and crew of the Internation Space Station |
Dateigröße | 1.84 MB |
Installationsanzahl | 95 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-09-08 |
Veröffentlichungsdatum | 2018-09-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |