Magic Card Zoom
Identify Magic: The Gathering™ cards in videos and streams
Magic Card Zoomคืออะไร?
Magic Card Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MagicCardZoom และคุณลักษณะหลักของมันคือ "Identify Magic: The Gathering™ cards in videos and streams"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Card Zoom
ดาวน์โหลดไฟล์ส่วนขยาย Magic Card Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to identify Magic: The Gathering™ cards in videos and streams. Simply hover your mouse over any card to get a high definition visual. === Updates === [2023-01-30] Version 3.2.4 - Add banner to popup explaining I'm about to stop maintaining the extension [2022-09-01] Version 3.2.3 - Add sets up to Dominaria United - Refactor the offline indexing code, removed dependencies - Fix extension button not always working [2021-11-02] Version 3.2.2 - Add Innistrad: Midnight Hunt set [2021-07-18] Version 3.2.1 - Add D&D Adventures in the Forgotten Realms set [2021-04-26] Version 3.2 - Support multiple videos on the same page, such as on SpellTable.com - Add Strixhaven set [2020-02-09] Version 3.1.3 - Add Kaldheim set [2020-09-05] Version 3.1.2 - Add Zendikar Rising set - starter sets are now included (e.g. Arena Beginner Set) [2020-08-09] Version 3.1.1 - Use simpler Scryfall API to render cards - Add Core Set 2021 set [2020-05-01] Version 3.1 - Add the Modern Masters and Modern Horizons sets to the Modern format [2020-04-10] Version 3.0 - Expanded the list of cards to include all cards ever printed! You can now choose formats such as Pioneer, Modern, Vintage or Commander, in addition to the Standard formats. This was made possible by optimizing the detection algorithms and refactoring the extension's internal messaging system. Please keep in mind that a smaller pool of cards gives faster and more accurate results, so pick a smaller pool when possible. - Added Ikoria: Lair of Behemoths set [2020-01-14] Version 2.0.3 - Added Theros Beyond Death set [2019-11-11] Version 2.0.2 - Added Eldritch Moon set - Fixed memory leak that crashed the extension after a while - Fixed fullscreen on Twitch [2019-10-13] Version 2.0 - You can now use MagicCardZoom on any video/stream on the web, including Twitch! === How to use === 1. Install the extension 2. Go to a video/stream showing a game of Magic (e.g. https://youtu.be/cKPaR2uSpPk?t=222) 3. Click on the extension icon in the top right corner of the browser 4. Select the appropriate pool of cards for the game (best guess will be selected by default), then click on "Start MagicCardZoom" 5. Hover your mouse over any card in the video to get a high definition visual of the card (works best when hovering over the card's art) To stop running the extension, click on the extension icon, then click on "Stop MagicCardZoom". The extension will also stop when closing the tab or navigating to a new page. === Limitations === Identification of the correct card depends on how recognisable the card's artwork is, therefore strong light reflection or obstructions (e.g. by dice or other cards) will cause some cards to not be identified. Also keep in mind that the number of cards in the pool has a direct impact on the accuracy of the detection, therefore the extension will work better on smaller formats such as Standard or Pioneer as opposed to larger formats such as Modern, Vintage or Commander. === Feedback / contribute === Please submit any feedback, questions or issues you have to [email protected], or use the feedback link in the extension popup. Also, this extension is Open Source and you are welcome to contribute: https://github.com/arnaudh/magic-card-zoom === Disclaimer === MagicCardZoom is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Magic Card Zoom |
ID | cphkchmjhpgjajfogfkolbgageciokda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magic-card-zoom/cphkchmjhpgjajfogfkolbgageciokda |
คำอธิบาย | Identify Magic: The Gathering™ cards in videos and streams |
ขนาดไฟล์ | 138 MB |
จำนวนการติดตั้ง | 214 |
เวอร์ชันปัจจุบัน | 3.2.4 |
อัปเดตครั้งล่าสุด | 2023-01-31 |
วันที่เผยแพร่ | 2020-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | MagicCardZoom |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/e/1FAIpQLSc74wD1PziO3uHVpGuEHrQj9vrd_EMKhSxVJhtaJDyT42ELTQ/viewform?usp=sf_link |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Card Zoom", "version": "3.2.4", "manifest_version": 2, "description": "Identify Magic: The Gathering\u2122 cards in videos and streams", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "declarativeContent", "activeTab" ], "page_action": { "default_icon": "icon128.png", "default_title": "MagicCardZoom", "default_popup": "popup.html" }, "web_accessible_resources": [ "*.gif", "*.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |