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.
Vad är One-click Decklist?
One-click Decklist är en Chrome-tillägg utvecklad av arzmir, och dess huvudfunktion är "Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.".
Tilläggsskärmbilder
Ladda ner One-click Decklist-förlängningens CRX-fil
Ladda ner One-click Decklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. :) Grundläggande Information om Tillägg
| Namn | |
| ID | gdgfplcaolbjcgcbibclmbiedcgignae |
| Officiell webbadress | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
| Beskrivning | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
| Filstorlek | 766 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-09-25 |
| Publiceringsdatum | 2014-09-25 |
| Utvecklare | arzmir |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |