Card Clip
Adds an EDHREC-like clipboard feature to Scryfall
Qu'est-ce que Card Clip ?
Card Clip est une extension Chrome développée par hearstjacob8, et sa fonction principale est "Adds an EDHREC-like clipboard feature to Scryfall".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Card Clip
Téléchargez les fichiers d'extension Card Clip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A browser extension that adds an EDHREC-like clipboard feature to Scryfall. Check out and contribute here: https://github.com/JacobHearst/ScryfallClipboard
Informations de Base sur l'Extension
Nom | Card Clip |
ID | npglimimpnllddjddphoagcngmiipkkc |
URL Officiel | https://chromewebstore.google.com/detail/card-clip/npglimimpnllddjddphoagcngmiipkkc |
Description | Adds an EDHREC-like clipboard feature to Scryfall |
Taille du Fichier | 55.79 KB |
Nombre d'Installations | 149 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2022-09-26 |
Date de Publication | 2022-05-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | hearstjacob8 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JacobHearst/CardClip/ |
URL de la Page d'Aide | https://github.com/JacobHearst/CardClip/blob/main/SUPPORT.md |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Card Clip", "version": "1.4.0", "description": "Adds an EDHREC-like clipboard feature to Scryfall", "content_scripts": [ { "matches": [ "*:\/\/scryfall.com\/*", "*:\/\/tagger.scryfall.com\/*" ], "js": [ "ContentScripts\/Clipboard.js", "ContentScripts\/Animation.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/duplicate.svg", "img\/trash.svg", "img\/clip.svg" ], "matches": [ "*:\/\/scryfall.com\/*", "*:\/\/tagger.scryfall.com\/*" ] } ], "icons": { "16": "img\/icon\/logo16.png", "32": "img\/icon\/logo32.png", "48": "img\/icon\/logo48.png", "128": "img\/icon\/logo128.png" } } |