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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ISS-Sim Speedrun Timer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}