Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Hvad er Space Station Finder?
Space Station Finder er en Chrome-udvidelse udviklet af http://spacestationfinder.com, og dens hovedfunktion er "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Udvidelsesskærmbilleder
Download Space Station Finder-udvidelses-CRX-fil
Download Space Station Finder-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
Officiel URL | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Beskrivelse | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Filstørrelse | 170 KB |
Antal Installationer | 166 |
Nuværende Version | 1.4 |
Senest Opdateret | 2020-11-19 |
Udgivelsesdato | 2019-05-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://spacestationfinder.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://spacestationfinder.com |
Understøttede Sprog | 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" ] } |