Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Vad är Space Station Finder?
Space Station Finder är en Chrome-tillägg utvecklad av http://spacestationfinder.com, och dess huvudfunktion är "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Tilläggsskärmbilder
Ladda ner Space Station Finder-förlängningens CRX-fil
Ladda ner Space Station Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
Officiell webbadress | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Beskrivning | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Filstorlek | 170 KB |
Antal Installationer | 166 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2020-11-19 |
Publiceringsdatum | 2019-05-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://spacestationfinder.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spacestationfinder.com |
Stödda Språk | 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" ] } |