ISS Update
Get the current location and crew of the Internation Space Station
Apa itu ISS Update?
ISS Update adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Get the current location and crew of the Internation Space Station".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ISS Update
Unduh file ekstensi ISS Update dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
URL Resmi | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Deskripsi | Get the current location and crew of the Internation Space Station |
Ukuran File | 1.84 MB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-09-08 |
Tanggal Publikasi | 2018-09-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |