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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |