One-click Decklist
Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.
Qu'est-ce que One-click Decklist ?
One-click Decklist est une extension Chrome développée par arzmir, et sa fonction principale est "Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One-click Decklist
Téléchargez les fichiers d'extension One-click Decklist 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 simple chrome extension to simplify the selection of cards for deck building. Just open a visual spoiler search on http://gatherer.wizards.com and start clicking. The names are populated in the list and you can afterwards just copy it to whatever deck building tool you prefer (Deckbox/TappedOut). Enjoy. :)
Informations de Base sur l'Extension
Nom | |
ID | gdgfplcaolbjcgcbibclmbiedcgignae |
URL Officiel | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
Description | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
Taille du Fichier | 766 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-09-25 |
Date de Publication | 2014-09-25 |
Développeur | arzmir |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-click Decklist", "description": "Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.", "version": "1.0", "permissions": [ "*:\/\/gatherer.wizards.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "inject.js" ], "css": [ "inject.css" ], "matches": [ "*:\/\/gatherer.wizards.com\/*output=spoiler*" ] } ], "web_accessible_resources": [ "plus.png" ] } |