Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
什么是Better EDHRec?
Better EDHRec是由gerbot150开发的Chrome扩展程序,该扩展的主要功能是“Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…”。
扩展截图
下载Better EDHRec扩展crx文件
下载Better EDHRec扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Better EDHRec adds helpful links and tools to the EDHRec website.
Notable features include:
- In-site decklist builder
- Scryfall links on every card 扩展基本信息
| 名称 | |
| ID | bifcpdpibocmmchlbdlfblelnefojbmk |
| 官方URL | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
| 简介 | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
| 文件大小 | 5.28 KB |
| 安装次数 | 261 |
| 当前版本 | 0.8 |
| 更新时间 | 2019-03-06 |
| 上架时间 | 2019-03-05 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | gerbot150 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Better EDHRec",
"version": "0.8",
"content_scripts": [
{
"matches": [
"http:\/\/edhrec.com\/*",
"https:\/\/edhrec.com\/*",
"http:\/\/www.edhrec.com\/*",
"https:\/\/www.edhrec.com\/*"
],
"js": [
"better_edhrec.js"
],
"css": [
"better_edhrec.css"
]
}
]
} | |