ISS Update

Get the current location and crew of the Internation Space Station

Hvad er ISS Update?

ISS Update er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Get the current location and crew of the Internation Space Station".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ISS Update-udvidelses-CRX-fil

Download ISS Update-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn ISS Update ISS Update
ID ocbohcmfoegfkbijjdbjenbkpmhdfomm
Officiel URL https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm
Beskrivelse Get the current location and crew of the Internation Space Station
Filstørrelse 1.84 MB
Antal Installationer 95
Nuværende Version 1.0
Senest Opdateret 2018-09-08
Udgivelsesdato 2018-09-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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'"
}