Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Apa itu Space Station Finder?
Space Station Finder adalah ekstensi Chrome yang dikembangkan oleh http://spacestationfinder.com, dan fitur utamanya adalah "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Space Station Finder
Unduh file ekstensi Space Station Finder 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
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.
Informasi Dasar Ekstensi
Nama | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
URL Resmi | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Deskripsi | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Ukuran File | 170 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2019-05-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://spacestationfinder.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://spacestationfinder.com |
Bahasa yang Didukung | 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" ] } |