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.
Co je One-click Decklist?
One-click Decklist je rozšíření Chrome vyvinuté arzmir, a jeho hlavní funkcí je „Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření One-click Decklist
Stáhněte si soubory rozšíření One-click Decklist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. :)
Základní Informace o Rozšíření
Název | |
ID | gdgfplcaolbjcgcbibclmbiedcgignae |
Oficiální URL | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
Popis | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
Velikost souboru | 766 KB |
Počet instalací | 11 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-09-25 |
Datum Vydání | 2014-09-25 |
Vývojář | arzmir |
Typ Platby | free |
Podporované Jazyky | 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" ] } |