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.
One-click Decklistとは何ですか?
One-click Decklistはarzmirによって開発されたChromeの拡張機能で、その主な機能は「Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut.」です。
拡張機能のスクリーンショット
One-click Decklist拡張機能のCRXファイルをダウンロード
One-click Decklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. :)
拡張機能の基本情報
名前 | |
ID | gdgfplcaolbjcgcbibclmbiedcgignae |
公式URL | https://chrome.google.com/webstore/detail/one-click-decklist/gdgfplcaolbjcgcbibclmbiedcgignae |
説明 | Adds the name of clicked Visual Spoiler to a list of cards which you can copy and paste into e.g. Decklist or TappedOut. |
ファイルサイズ | 766 KB |
インストール数 | 11 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-25 |
公開日 | 2014-09-25 |
開発者 | arzmir |
支払い方法 | free |
対応言語 | 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" ] } |