Space Station Finder

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

Co to jest Space Station Finder?

Space Station Finder to rozszerzenie Chrome opracowane przez http://spacestationfinder.com, a jego główną funkcją jest „Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Space Station Finder

Pobierz pliki rozszerzeń Space Station Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Space Station Finder Space Station Finder
ID hfifjgkmicahgdbppkncdameccmnbcio
Oficjalny URL https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio
Opis Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Rozmiar pliku 170 KB
Liczba instalacji 166
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-11-19
Data Publikacji 2019-05-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://spacestationfinder.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://spacestationfinder.com
Obsługiwane Języki 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"
    ]
}