Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
What is Space Station Finder?
Space Station Finder is a Chrome extension developed by http://spacestationfinder.com, and its main feature is "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Extension Screenshots
Download Space Station Finder Extension CRX File
Download Space Station Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
Official URL | 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. |
File Size | 170 KB |
Installation Count | 166 |
Current Version | 1.4 |
Last Updated | 2020-11-19 |
Publish Date | 2019-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://spacestationfinder.com |
[email protected] | |
Payment Type | free |
Extension Website | https://spacestationfinder.com |
Supported Languages | 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" ] } |