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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spatchy และคุณลักษณะหลักของมันคือ "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISS-Sim Speedrun Timer

ดาวน์โหลดไฟล์ส่วนขยาย 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 ISS-Sim Speedrun Timer
ID necjicdkncboglcmpmhgeghdiplfjbik
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}