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