ISS Update
Get the current location and crew of the Internation Space Station
Cos'è ISS Update?
ISS Update è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Get the current location and crew of the Internation Space Station".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ISS Update
Scarica i file di estensione ISS Update in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
URL Ufficiale | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Descrizione | Get the current location and crew of the Internation Space Station |
Dimensione del File | 1.84 MB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-09-08 |
Data di Pubblicazione | 2018-09-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |