Shared Game Timer Overlay
Overlays controls for the Shared Game Timer.
Shared Game Timer Overlay क्या है?
Shared Game Timer Overlay https://sharedgametimer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overlays controls for the Shared Game Timer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shared Game Timer Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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)" } } } |