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 là gì?

ISS-Sim Speedrun Timer là một tiện ích mở rộng Chrome được phát triển bởi Spatchy, và tính năng chính của nó là "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ISS-Sim Speedrun Timer

Tải xuống các tệp mở rộng ISS-Sim Speedrun Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ISS-Sim Speedrun Timer ISS-Sim Speedrun Timer
ID necjicdkncboglcmpmhgeghdiplfjbik
URL Chính Thức https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik
Mô tả This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…
Kích Thước Tệp 38.38 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 20.05.17
Cập Nhật Lần Cuối 2020-05-18
Ngày Phát Hành 2020-05-17
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Spatchy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}