Shared Game Timer Overlay
Overlays controls for the Shared Game Timer.
Shared Game Timer Overlayとは何ですか?
Shared Game Timer Overlayはhttps://sharedgametimer.comによって開発されたChromeの拡張機能で、その主な機能は「Overlays controls for the Shared Game Timer.」です。
拡張機能のスクリーンショット
Shared Game Timer Overlay拡張機能のCRXファイルをダウンロード
Shared Game Timer Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Shared Game Timer is a board game timer that is synchronized between players using their own devices (usually a phone) to control the timer. This chrome extension allows a simplified version of the timer controls to be overlaid a web page. This is meant to make it easier to use the timer when playing board games on e.g. Tabletopia. Check out the game timer at https://sharedgametimer.com . For details about this chrome extension, see https://sharedgametimer.com/online-gaming
拡張機能の基本情報
名前 | Shared Game Timer Overlay |
ID | dbdhcoeobjfmenccobpoohkdkddiacoc |
公式URL | https://chromewebstore.google.com/detail/shared-game-timer-overlay/dbdhcoeobjfmenccobpoohkdkddiacoc |
説明 | Overlays controls for the Shared Game Timer. |
ファイルサイズ | 49.28 KB |
インストール数 | 67 |
現在のバージョン | 2.6 |
最終更新日 | 2022-03-08 |
公開日 | 2021-03-28 |
開発者 | https://sharedgametimer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sharedgametimer.com |
ヘルプページのURL | https://sharedgametimer.com/tutorials |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shared Game Timer Overlay", "description": "Overlays controls for the Shared Game Timer.", "version": "2.6", "icons": { "128": "icons\/default-128.png", "64": "icons\/default-64.png", "48": "icons\/default-48.png", "32": "icons\/default-32.png", "16": "icons\/default-16.png" }, "action": { "default_title": "Click to activate the Game Timer overlay" }, "background": { "service_worker": "sw.js" }, "permissions": [ "activeTab", "storage", "scripting" ], "offline_enabled": false, "commands": { "show-hide-log": { "suggested_key": { "default": "Alt+L" }, "description": "Show\/Hide Transaction Log" }, "show-hide-opponent-score": { "suggested_key": { "default": "Alt+O" }, "description": "Show\/Hide Opponent Scores" }, "transact-money": { "suggested_key": { "default": "Alt+M" }, "description": "Start Transaction (Money)" }, "transact-vp": { "suggested_key": { "default": "Alt+V" }, "description": "Start Transaction (VP)" } } } |