Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Qu'est-ce que Space Station Finder ?
Space Station Finder est une extension Chrome développée par http://spacestationfinder.com, et sa fonction principale est "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Space Station Finder
Téléchargez les fichiers d'extension Space Station Finder 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
Enter a city or zipcode to get the next Space Station viewing opportunity. A detailed visualization with viewing instructions will be displayed, as well as future viewing opportunities.
Informations de Base sur l'Extension
Nom | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
URL Officiel | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Description | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Taille du Fichier | 170 KB |
Nombre d'Installations | 166 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2019-05-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://spacestationfinder.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://spacestationfinder.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Space Station Finder", "description": "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.", "version": "1.4", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Get Space Station viewing and sighting information" }, "permissions": [ "activeTab", "storage" ] } |