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 |
| 官方網址 | 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"
]
} | |