ISS Update
Get the current location and crew of the Internation Space Station
What is ISS Update?
ISS Update is a Chrome extension developed by Unknown, and its main feature is "Get the current location and crew of the Internation Space Station".
Extension Screenshots
Download ISS Update Extension CRX File
Download ISS Update extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Official URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Description | Get the current location and crew of the Internation Space Station |
File Size | 1.84 MB |
Installation Count | 95 |
Current Version | 1.0 |
Last Updated | 2018-09-08 |
Publish Date | 2018-09-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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'" } |