MTG Gatherer Plus {BETA}
Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes
什么是MTG Gatherer Plus {BETA}?
MTG Gatherer Plus {BETA}是由Amorphia开发的Chrome扩展程序,该扩展的主要功能是“Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes”。
扩展截图
下载MTG Gatherer Plus {BETA}扩展crx文件
下载MTG Gatherer Plus {BETA}扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
{CURRENTLY IN BETA, expect bugs} Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes. 扩展基本信息
| 名称 | |
| ID | ganpnkcbhacjpeadmmgebjejiicgijlb |
| 官方URL | https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb |
| 简介 | Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes |
| 文件大小 | 1.62 MB |
| 安装次数 | 15 |
| 当前版本 | 0.3.8 |
| 更新时间 | 2015-10-22 |
| 上架时间 | 2015-10-22 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Amorphia |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MTG Gatherer Plus {BETA}",
"version": "0.3.8",
"manifest_version": 2,
"description": "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/gatherer.wizards.com\/Pages\/*"
],
"js": [
"js\/jquery.js",
"js\/jqueryui\/jquery-ui.min.js",
"js\/charts\/Chart.min.js",
"js\/spectrum.js",
"js\/jquery.lazyload.min.js",
"js\/script.js"
],
"css": [
"js\/jqueryui\/jquery-ui.min.css",
"js\/jqueryui\/jquery-ui.theme.min.css",
"js\/jqueryui\/jquery-ui.structure.min.css",
"css\/spectrum.css",
"css\/style.css"
]
}
],
"web_accessible_resources": [
"fonts\/*",
"tut\/*",
"img\/*",
"changed.json",
"js\/jqueryui\/*",
"js\/charts\/*"
],
"background": {
"scripts": [
"js\/jquery.js",
"js\/background.js"
],
"persistent": false
},
"permissions": [
"storage",
"identity",
"tabs",
"http:\/\/jeremykalgreen.com\/*",
"http:\/\/partner.tcgplayer.com\/*"
]
} | |