Shared Game Timer Overlay
Overlays controls for the Shared Game Timer.
O que é Shared Game Timer Overlay?
Shared Game Timer Overlay é uma extensão do Chrome desenvolvida por https://sharedgametimer.com, e sua principal característica é "Overlays controls for the Shared Game Timer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shared Game Timer Overlay
Baixe arquivos de extensão Shared Game Timer Overlay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Shared Game Timer Overlay |
ID | dbdhcoeobjfmenccobpoohkdkddiacoc |
URL Oficial | https://chromewebstore.google.com/detail/shared-game-timer-overlay/dbdhcoeobjfmenccobpoohkdkddiacoc |
Descrição | Overlays controls for the Shared Game Timer. |
Tamanho do Arquivo | 49.28 KB |
Contagem de Instalações | 67 |
Versão Atual | 2.6 |
Última Atualização | 2022-03-08 |
Data de Publicação | 2021-03-28 |
Desenvolvedor | https://sharedgametimer.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sharedgametimer.com |
URL da Página de Ajuda | https://sharedgametimer.com/tutorials |
Idiomas Suportados | 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)" } } } |