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文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}