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"
]
} | |