Scryfall Art Crop
Adiciona um link para o corte de arte do Scryfall
Was ist Scryfall Art Crop?
Scryfall Art Crop ist eine Chrome-Erweiterung, die von Humberto Fraga entwickelt wurde, und ihr Hauptmerkmal ist "Adiciona um link para o corte de arte do Scryfall".
Erweiterungsscreenshots
Scryfall Art Crop-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scryfall Art Crop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds links for the art crop images in scryfall.com card pages (multiple links in cards with multiple faces).
Grundlegende Informationen zur Erweiterung
Name | Scryfall Art Crop |
ID | gbnnkfmabpkcigfobbgfdhbjenakjhol |
Offizielle URL | https://chromewebstore.google.com/detail/scryfall-art-crop/gbnnkfmabpkcigfobbgfdhbjenakjhol |
Beschreibung | Adiciona um link para o corte de arte do Scryfall |
Dateigröße | 4.28 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-05-05 |
Veröffentlichungsdatum | 2021-05-04 |
Entwickler | Humberto Fraga |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/humbertofraga/scryfall-artcrop |
Hilfeseite URL | https://gitlab.com/humbertofraga/scryfall-artcrop/-/issues |
Unterstützte Sprachen | 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" ] } ] } |