ISS Update
Get the current location and crew of the Internation Space Station
Vad är ISS Update?
ISS Update är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Get the current location and crew of the Internation Space Station".
Tilläggsskärmbilder
Ladda ner ISS Update-förlängningens CRX-fil
Ladda ner ISS Update-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
| Officiell webbadress | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
| Beskrivning | Get the current location and crew of the Internation Space Station |
| Filstorlek | 1.84 MB |
| Antal Installationer | 95 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-09-08 |
| Publiceringsdatum | 2018-09-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |