Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Cos'è Space Station Finder?
Space Station Finder è un'estensione di Chrome sviluppata da http://spacestationfinder.com, e la sua funzione principale è "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Space Station Finder
Scarica i file di estensione Space Station Finder 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
URL Ufficiale | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Descrizione | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Dimensione del File | 170 KB |
Conteggio Installazioni | 166 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-11-19 |
Data di Pubblicazione | 2019-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://spacestationfinder.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://spacestationfinder.com |
Lingue Supportate | 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" ] } |