Magic Card Finder

Search MTG cards

Magic Card Finderคืออะไร?

Magic Card Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ftrinitydickinson และคุณลักษณะหลักของมันคือ "Search MTG cards"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Card Finder

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

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

                        Ever wanted to look up a Magic: The Gathering Card while watching a stream or video? For the lazy among us who don't like opening up a WHOLE new tab, or for those with singular monitors, this is the tool for you!

This extension allows you to search for Magic: The Gathering cards. It uses the MTG API located at https://magicthegathering.io/.

Type in your search, and pick your sorting options. Click "Search" or press Enter to search. Click a sorting option to resort.

Click on a card to view more details about it on http://gatherer.wizards.com.

Magic: The Gathering and all related images are copyright of Wizards of the Coast LLC.                    

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

ชื่อ Magic Card Finder Magic Card Finder
ID pgdcebhbjgcjmchbodnfbfpipmdonfga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magic-card-finder/pgdcebhbjgcjmchbodnfbfpipmdonfga
คำอธิบาย Search MTG cards
ขนาดไฟล์ 98.96 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-10-15
วันที่เผยแพร่ 2018-10-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ftrinitydickinson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/trinityd/MagicCardFinder/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Card Finder",
    "short_name": "Magic Card Finder",
    "description": "Search MTG cards",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Magic Card Finder"
    },
    "icons": {
        "128": "icon.png"
    }
}