CsTimer Official results insertion

Compare your Times in CSTimer to your Official WCA profile!

CsTimer Official results insertionคืออะไร?

CsTimer Official results insertion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 43904.ando527 และคุณลักษณะหลักของมันคือ "Compare your Times in CSTimer to your Official WCA profile!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CsTimer Official results insertion

ดาวน์โหลดไฟล์ส่วนขยาย CsTimer Official results insertion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}