CsTimer Official results insertion

Compare your Times in CSTimer to your Official WCA profile!

CsTimer Official results insertion란 무엇입니까?

CsTimer Official results insertion은(는) 43904.ando527에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare your Times in CSTimer to your Official WCA profile!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CsTimer Official results insertion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Integrate your Official WCA Profile times into your CSTimer sessions!

Just input your WCA ID e.g. 2022ANDE01 and press LOAD

Make sure your session scramble is set to "WCA" and then your event

Note: This is still continuously under development, please report any bugs you may find

Please also note that this is not an Official Extension, it is just referencing your "Official" WCA Times                    

확장 프로그램 기본 정보

이름 CsTimer Official results insertion CsTimer Official results insertion
ID hmbiafiooldmappmecndalifbpclamgg
공식 URL https://chromewebstore.google.com/detail/cstimer-official-results/hmbiafiooldmappmecndalifbpclamgg
설명 Compare your Times in CSTimer to your Official WCA profile!
파일 크기 41.61 KB
설치 횟수 60
현재 버전 0.0.2
최근 업데이트 2022-12-21
출시 날짜 2022-11-21
평점 5.00/5 총 1 개의 평점
개발자 43904.ando527
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ando527/CsTimer-Official-Times-Integration-Extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CsTimer Official results insertion",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Compare your Times in CSTimer to your Official WCA profile!",
    "homepage_url": "https:\/\/github.com\/ando527\/CsTimer-Official-Times-Integration-Extension",
    "author": "Mitchell Anderson",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "CsTimer Official results insertion"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/cstimer.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cstimer.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/functions\/*"
            ],
            "matches": [
                "https:\/\/cstimer.net\/*"
            ]
        }
    ]
}