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.
Apa itu One-click Decklist?
One-click Decklist adalah ekstensi Chrome yang dikembangkan oleh arzmir, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi One-click Decklist
Unduh file ekstensi One-click Decklist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. :) Informasi Dasar Ekstensi
| Nama | |
| ID | gdgfplcaolbjcgcbibclmbiedcgignae |
| URL Resmi | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
| Deskripsi | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
| Ukuran File | 766 KB |
| Jumlah Instalasi | 11 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2014-09-25 |
| Tanggal Publikasi | 2014-09-25 |
| Pengembang | arzmir |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |