mtgtop8 Helper

For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.

mtgtop8 Helperคืออะไร?

mtgtop8 Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RPS Fan และคุณลักษณะหลักของมันคือ "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mtgtop8 Helper

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

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

                        Adds a feature to the Magic: The Gathering related website mtgtop8.com.

When comparing decklists (i.e. mtgtop8.com/compare), this extension adds 4 columns to show what percentage decks each qty of each card appeared in.

Card icon created by David Padrosa from The Noun Project (noun_14045_cc.svg)                    

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

ชื่อ mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
คำอธิบาย For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
ขนาดไฟล์ 37.51 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-06-07
วันที่เผยแพร่ 2015-06-07
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา RPS Fan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mtgtop8 Helper",
    "version": "0.0.1",
    "description": "For Magic: The Gathering.  On mtgtop8.com\/compare, shows the % of decks using each qty of each card.",
    "browser_action": [],
    "permissions": [
        "*:\/\/*.mtgtop8.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mtgtop8.com\/compare*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "icons": {
        "16": "noun_14045_cc_16.png",
        "48": "noun_14045_cc_48.png",
        "128": "noun_14045_cc_128.png"
    }
}