ISS Update
Get the current location and crew of the Internation Space Station
Co to jest ISS Update?
ISS Update to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Get the current location and crew of the Internation Space Station”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ISS Update
Pobierz pliki rozszerzeń ISS Update 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
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station.
Information presented to the user:
Map of current location
Latitude and Longitude
City/Country/Region the station is currently above (when applicable)
Current crew member names Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
| Oficjalny URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
| Opis | Get the current location and crew of the Internation Space Station |
| Rozmiar pliku | 1.84 MB |
| Liczba instalacji | 95 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-09-08 |
| Data Publikacji | 2018-09-08 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ISS Update",
"description": "Get the current location and crew of the Internation Space Station",
"version": "1.0",
"author": "Cameron Church",
"manifest_version": 2,
"browser_action": {
"default_icon": "images\/stationLogo64.png",
"default_title": "ISS Update",
"default_popup": "popup.html"
},
"icons": {
"64": "images\/stationLogo64.png"
},
"content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
} | |