MTG Gatherer Plus {BETA}

Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes

MTG Gatherer Plus {BETA} क्या है?

MTG Gatherer Plus {BETA} Amorphia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        {CURRENTLY IN BETA, expect bugs} Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes.                    

एक्सटेंशन की मूल जानकारी

नाम MTG Gatherer Plus {BETA} MTG Gatherer Plus {BETA}
ID ganpnkcbhacjpeadmmgebjejiicgijlb
आधिकारिक URL https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb
विवरण Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 15
वर्तमान संस्करण 0.3.8
अंतिम अपडेट 2015-10-22
प्रकाशन तिथि 2015-10-22
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर Amorphia
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MTG Gatherer Plus {BETA}",
    "version": "0.3.8",
    "manifest_version": 2,
    "description": "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gatherer.wizards.com\/Pages\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jqueryui\/jquery-ui.min.js",
                "js\/charts\/Chart.min.js",
                "js\/spectrum.js",
                "js\/jquery.lazyload.min.js",
                "js\/script.js"
            ],
            "css": [
                "js\/jqueryui\/jquery-ui.min.css",
                "js\/jqueryui\/jquery-ui.theme.min.css",
                "js\/jqueryui\/jquery-ui.structure.min.css",
                "css\/spectrum.css",
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "tut\/*",
        "img\/*",
        "changed.json",
        "js\/jqueryui\/*",
        "js\/charts\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "http:\/\/jeremykalgreen.com\/*",
        "http:\/\/partner.tcgplayer.com\/*"
    ]
}