ISS-Sim Speedrun Timer
This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…
Apa itu ISS-Sim Speedrun Timer?
ISS-Sim Speedrun Timer adalah ekstensi Chrome yang dikembangkan oleh Spatchy, dan fitur utamanya adalah "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ISS-Sim Speedrun Timer
Unduh file ekstensi ISS-Sim Speedrun Timer 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
This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply install the extension and press the 'Begin' button on iss-sim.spacex.com. The timer will be added to the HUD on the right. The timer will begin as soon as you gain control of the capsule and will end as soon as you make contact with the ISS. This project is open source, find the source code on github: https://github.com/Spatchy/iss-sim-speedrun-timer
Informasi Dasar Ekstensi
Nama | ISS-Sim Speedrun Timer |
ID | necjicdkncboglcmpmhgeghdiplfjbik |
URL Resmi | https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik |
Deskripsi | This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply… |
Ukuran File | 38.38 KB |
Jumlah Instalasi | 314 |
Versi Saat Ini | 20.05.17 |
Terakhir Diperbarui | 2020-05-18 |
Tanggal Publikasi | 2020-05-17 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Spatchy |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISS-Sim Speedrun Timer", "version": "20.05.17", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/iss-sim.spacex.com\/*", "http:\/\/iss-sim.spacex.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |