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…
什麼是ISS-Sim Speedrun Timer?
ISS-Sim Speedrun Timer是由Spatchy開發的Chrome擴展程式,該擴展的主要功能是“This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…”。
擴展截圖
下載ISS-Sim Speedrun Timer擴展crx文件
下載ISS-Sim Speedrun Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | ISS-Sim Speedrun Timer |
ID | necjicdkncboglcmpmhgeghdiplfjbik |
官方網址 | https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik |
簡介 | This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply… |
檔案大小 | 38.38 KB |
安裝次數 | 314 |
目前版本 | 20.05.17 |
更新時間 | 2020-05-18 |
上架時間 | 2020-05-17 |
評分 | 2.33/5 共 3 次評分 |
開發者 | Spatchy |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |