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} είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης MTG Gatherer Plus {BETA}

Λήψη αρχείων επέκτασης MTG Gatherer Plus {BETA} σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        {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\/*"
    ]
}