CsTimer Official results insertion

Compare your Times in CSTimer to your Official WCA profile!

CsTimer Official results insertion क्या है?

CsTimer Official results insertion 43904.ando527 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare your Times in CSTimer to your Official WCA profile!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CsTimer Official results insertion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}