deck-builder-web
Use Magiccards.info as search for building a deck
什么是deck-builder-web?
deck-builder-web是由MockUps开发的Chrome扩展程序,该扩展的主要功能是“Use Magiccards.info as search for building a deck”。
扩展截图
下载deck-builder-web扩展crx文件
下载deck-builder-web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build your own deck and export it to a reader-friendly and gccg-friendly file format.
You can even see deck stats and draw sample hands!
This extension will only work with magiccards.info 扩展基本信息
| 名称 | |
| ID | jebmpelomikaajdjgfmljgelfbpnpmio |
| 官方URL | https://chromewebstore.google.com/detail/deck-builder-web/jebmpelomikaajdjgfmljgelfbpnpmio |
| 简介 | Use Magiccards.info as search for building a deck |
| 文件大小 | 42.93 KB |
| 安装次数 | 13 |
| 当前版本 | 0.5.3 |
| 更新时间 | 2016-01-29 |
| 上架时间 | 2016-01-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | MockUps |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "deck-builder-web",
"version": "0.5.3",
"description": "Use Magiccards.info as search for building a deck",
"background": {
"scripts": [
"jquery.js",
"event.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/magiccards.info\/*"
],
"js": [
"jquery.js",
"inject.js"
],
"css": [
"styles.css"
]
}
],
"web_accessible_resources": [
"plus.jpg",
"minus.jpg",
"divider.png"
],
"permissions": [
"https:\/\/magiccards.info\/*",
"http:\/\/magiccards.info\/*",
"https:\/\/api.deckweb.com\/*",
"background",
"tabs"
]
} | |