MTG Remote
Multiplayer life counter and card lookup tool for playing Magic: The Gathering over Google Hangouts/Meet.
MTG Remoteคืออะไร?
MTG Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom Sweeney และคุณลักษณะหลักของมันคือ "Multiplayer life counter and card lookup tool for playing Magic: The Gathering over Google Hangouts/Meet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTG Remote
ดาวน์โหลดไฟล์ส่วนขยาย MTG Remote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MTG Remote is a suite of tools that makes playing Magic: The Gathering over Google Hangouts/Meet much easier. New this version: - Updated card database for all new sets up to June 2023. Features include: - Pass turn button - Sit Out button - Manully re-order turn order - Google Meet Support! - A multi-user life tracker with commander damage, poison and energy tracking - A shared card image lookup with history - Webcam card reconizer! Automatically detect cards and send them to the shared card display - A private card image lookup - Alternate card art version selection - Prevents mirroring of own webcam video - Turn order randomizer - Dice roller, coin flipper, random player/opponent selector - Edit life total and name directly in life tracker - Hide UI Button (top left corner) - Open in gatherer button (in card display) Each player who joins a google hangouts/meet video chat with this extension will automatically be added to the life tracker. Use the +/- buttons to increase/decrease your life total and other users in your hangout will see your updated life total on their screens. Use the card icon on the right hand side to bring up the card search. Start typing and the card names will appear in a dropdown. Select a card and it's image will be displayed to all players.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MTG Remote |
ID | jompciojchdhmgenaegbgnlghlcmmpok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mtg-remote/jompciojchdhmgenaegbgnlghlcmmpok |
คำอธิบาย | Multiplayer life counter and card lookup tool for playing Magic: The Gathering over Google Hangouts/Meet. |
ขนาดไฟล์ | 10.79 MB |
จำนวนการติดตั้ง | 2,090 |
เวอร์ชันปัจจุบัน | 0.9.8 |
อัปเดตครั้งล่าสุด | 2023-06-15 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Tom Sweeney |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tomsweeney.ca/2020/03/20/projects/mtgremote/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTG Remote", "version": "0.9.8", "description": "Multiplayer life counter and card lookup tool for playing Magic: The Gathering over Google Hangouts\/Meet.", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "permissions": [ "activeTab", "storage", "management" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "views\/options.html", "content_scripts": [ { "matches": [ "https:\/\/hangouts.google.com\/call\/*", "https:\/\/meet.google.com\/*" ], "run_at": "document_start", "js": [ "js\/jquery-3.4.1.min.js", "js\/jquery-ui.min.js", "js\/fancy-websocket.js", "js\/handlebars.min.js", "js\/content.js", "js\/popper.min.js", "js\/bootstrap.min.js" ], "css": [ "css\/style.css", "css\/jquery-ui.css", "css\/bootstrap.min.css", "css\/mana.css", "css\/set_icons.css" ] } ], "web_accessible_resources": [ "views\/inject.html", "js\/inject.js", "fonts\/*", "images\/header_texture.png", "images\/become_a_patron_button.png", "images\/paypal_donate_button.png", "templates\/*" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png" }, "default_title": "MTG Remote" }, "manifest_version": 2 } |