Shared Game Timer Overlay
Overlays controls for the Shared Game Timer.
Cos'è Shared Game Timer Overlay?
Shared Game Timer Overlay è un'estensione di Chrome sviluppata da https://sharedgametimer.com, e la sua funzione principale è "Overlays controls for the Shared Game Timer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shared Game Timer Overlay
Scarica i file di estensione Shared Game Timer Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dbdhcoeobjfmenccobpoohkdkddiacoc |
| URL Ufficiale | https://chromewebstore.google.com/detail/shared-game-timer-overlay/dbdhcoeobjfmenccobpoohkdkddiacoc |
| Descrizione | Overlays controls for the Shared Game Timer. |
| Dimensione del File | 49.28 KB |
| Conteggio Installazioni | 67 |
| Versione Corrente | 2.6 |
| Ultimo Aggiornamento | 2022-03-08 |
| Data di Pubblicazione | 2021-03-28 |
| Sviluppatore | https://sharedgametimer.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sharedgametimer.com |
| URL della Pagina di Aiuto | https://sharedgametimer.com/tutorials |
| Lingue Supportate | 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)"
}
}
} | |