MTGO DeckFinder

UPDATE: Version 3.2 tweaks the page URL matcher for slightly improved accuracy. Version 3.1 fixes this extension to properly work…

MTGO DeckFinderคืออะไร?

MTGO DeckFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gray101 และคุณลักษณะหลักของมันคือ "UPDATE: Version 3.2 tweaks the page URL matcher for slightly improved accuracy. Version 3.1 fixes this extension to properly work…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTGO DeckFinder

ดาวน์โหลดไฟล์ส่วนขยาย MTGO DeckFinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        UPDATE: Version 3.2 tweaks the page URL matcher for slightly improved accuracy.

Version 3.1 fixes this extension to properly work on current version of chrome. It has also been updated to better suit mtgo-stats.

Version 2.6 adds a checkbox to the options page. If it is checked, cards you own from the set 'DPA' will not be included in cost calculations. That's because you probably can't use them to build decks anyway!

Versions 2.0 - 2.5:

Made this extension actually work again, and improved the UI a tiny bit. Now displays the total cost to finish the deck, and improved messages when selecting your collection CSV!

Recently, I learned about http://mtgo-stats.com, a neat web site that aggregates recent winners of Magic: the Gathering Online daily tournaments and compiles statistics on their decks.

One feature on that site is to list the purchase price of each of the winning decks according to MTGO-Traders, a large retailer of digital cards.

This extension makes that feature much more useful -

First, you need to export a .csv of your current collection of digital magic cards by opening the Magic Online client, viewing your collection as a list, right-click select all, then right click export as CSV.

Next, install my little extension, and open it's options pane. Click "Choose File" and select the CSV file you just saved.

Now, you're ready to browse some decks! Just browse mtgo-stats.com as normal, but try clicking the little red square (hopefully someday I'll get a better icon).

This will put a strike through any card that you already own enough of to build this deck, and modify the quantity and price columns to show you exactly what cards you are missing and about how much it would cost to get them!

If you find this extension useful, feel free to toss me a few bucks via the donation button also on the options page :)

Note: This extension is open sourced under the GPL v3 License. Check out the linked Github if you want to learn more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MTGO DeckFinder MTGO DeckFinder
ID aocjlcofomjlhdnjkaennmhmjibmlbki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mtgo-deckfinder/aocjlcofomjlhdnjkaennmhmjibmlbki
คำอธิบาย UPDATE: Version 3.2 tweaks the page URL matcher for slightly improved accuracy. Version 3.1 fixes this extension to properly work…
ขนาดไฟล์ 57.54 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2014-08-20
วันที่เผยแพร่ 2014-08-20
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Gray101
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/camperdave/MTGO-DeckFinder
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MTGO DeckFinder",
    "version": "3.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "http:\/\/mtgo-stats.com\/*",
        "http:\/\/www.mtgo-stats.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Compare against my cards...",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}