Codenames Timer
Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it…
什麼是Codenames Timer?
Codenames Timer是由malcolmgeldmacherdeveloper開發的Chrome擴展程式,該擴展的主要功能是“Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it…”。
擴展截圖
下載Codenames Timer擴展crx文件
下載Codenames Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it is their turn for coming up with a clue. Once time runs out, whatever has been entered/selected is submitted whether you're ready or not! This timer is super useful for speeding up games of Codenames if you have normally slow spymasters.
擴展基本資訊
名稱 | |
ID | fddlmlicmnclcjgccammbdpjbcmjnidn |
官方網址 | https://chrome.google.com/webstore/detail/codenames-timer/fddlmlicmnclcjgccammbdpjbcmjnidn |
簡介 | Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it… |
檔案大小 | 412 KB |
安裝次數 | 77 |
目前版本 | 1.0.0 |
更新時間 | 2021-03-30 |
上架時間 | 2021-03-30 |
評分 | 5.00/5 共 5 次評分 |
開發者 | malcolmgeldmacherdeveloper |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codenames Timer", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/codenames.game\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" } } |