ISS Update
Get the current location and crew of the Internation Space Station
Wat is ISS Update?
ISS Update is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Get the current location and crew of the Internation Space Station".
Extensie Screenshots
Download het CRX-bestand van de extensie ISS Update
Download ISS Update-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Officiële URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Beschrijving | Get the current location and crew of the Internation Space Station |
Bestandsgrootte | 1.84 MB |
Aantal Installaties | 95 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-09-08 |
Publicatiedatum | 2018-09-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |