Space Station Finder

Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.

Was ist Space Station Finder?

Space Station Finder ist eine Chrome-Erweiterung, die von http://spacestationfinder.com entwickelt wurde, und ihr Hauptmerkmal ist "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Space Station Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Space Station Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Space Station Finder Space Station Finder
ID hfifjgkmicahgdbppkncdameccmnbcio
Offizielle URL https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio
Beschreibung Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Dateigröße 170 KB
Installationsanzahl 166
Aktuelle Version 1.4
Letztes Update 2020-11-19
Veröffentlichungsdatum 2019-05-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://spacestationfinder.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spacestationfinder.com
Unterstützte Sprachen 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"
    ]
}