ISS Update
Get the current location and crew of the Internation Space Station
Co je ISS Update?
ISS Update je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Get the current location and crew of the Internation Space Station“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ISS Update
Stáhněte si soubory rozšíření ISS Update ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Oficiální URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Popis | Get the current location and crew of the Internation Space Station |
Velikost souboru | 1.84 MB |
Počet instalací | 95 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-09-08 |
Datum Vydání | 2018-09-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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'" } |