Better EDHRec

Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…

Better EDHRecคืออะไร?

Better EDHRec เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gerbot150 และคุณลักษณะหลักของมันคือ "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…"

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

screenshot

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

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

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

                        Better EDHRec adds helpful links and tools to the EDHRec website.

Notable features include:
- In-site decklist builder
- Scryfall links on every card                    

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

ชื่อ Better EDHRec Better EDHRec
ID bifcpdpibocmmchlbdlfblelnefojbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk
คำอธิบาย Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
ขนาดไฟล์ 5.28 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2019-03-06
วันที่เผยแพร่ 2019-03-05
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา gerbot150
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better EDHRec",
    "version": "0.8",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/edhrec.com\/*",
                "https:\/\/edhrec.com\/*",
                "http:\/\/www.edhrec.com\/*",
                "https:\/\/www.edhrec.com\/*"
            ],
            "js": [
                "better_edhrec.js"
            ],
            "css": [
                "better_edhrec.css"
            ]
        }
    ]
}