ISS Update
Get the current location and crew of the Internation Space Station
Qu'est-ce que ISS Update ?
ISS Update est une extension Chrome développée par Unknown, et sa fonction principale est "Get the current location and crew of the Internation Space Station".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ISS Update
Téléchargez les fichiers d'extension ISS Update au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
URL Officiel | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Description | Get the current location and crew of the Internation Space Station |
Taille du Fichier | 1.84 MB |
Nombre d'Installations | 95 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-09-08 |
Date de Publication | 2018-09-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |