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.
Cos'è One-click Decklist?
One-click Decklist è un'estensione di Chrome sviluppata da arzmir, e la sua funzione principale è "Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One-click Decklist
Scarica i file di estensione One-click Decklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. :) Informazioni di Base sull'Estensione
| Nome | |
| ID | gdgfplcaolbjcgcbibclmbiedcgignae |
| URL Ufficiale | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
| Descrizione | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
| Dimensione del File | 766 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-09-25 |
| Data di Pubblicazione | 2014-09-25 |
| Sviluppatore | arzmir |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |