Magic Card Finder

Search MTG cards

Magic Card Finder क्या है?

Magic Card Finder ftrinitydickinson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search MTG cards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magic Card Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}