Scryfall Art Crop

Adiciona um link para o corte de arte do Scryfall

Scryfall Art Cropคืออะไร?

Scryfall Art Crop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Humberto Fraga และคุณลักษณะหลักของมันคือ "Adiciona um link para o corte de arte do Scryfall"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scryfall Art Crop

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

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

                        This extension adds links for the art crop images in scryfall.com card pages (multiple links in cards with multiple faces).                    

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

ชื่อ Scryfall Art Crop Scryfall Art Crop
ID gbnnkfmabpkcigfobbgfdhbjenakjhol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scryfall-art-crop/gbnnkfmabpkcigfobbgfdhbjenakjhol
คำอธิบาย Adiciona um link para o corte de arte do Scryfall
ขนาดไฟล์ 4.28 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-05-05
วันที่เผยแพร่ 2021-05-04
ผู้พัฒนา Humberto Fraga
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gitlab.com/humbertofraga/scryfall-artcrop
URL หน้าช่วยเหลือ https://gitlab.com/humbertofraga/scryfall-artcrop/-/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scryfall Art Crop",
    "version": "1.0",
    "description": "Adiciona um link para o corte de arte do Scryfall",
    "icons": {
        "48": "icons\/crop-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scryfall.com\/card\/*"
            ],
            "js": [
                "art-crop.js"
            ]
        }
    ]
}