Magic: The Gathering card search
Search for Magic: The Gathering cards in the magiccard.info database
什么是Magic: The Gathering card search?
Magic: The Gathering card search是由Jonas Persson开发的Chrome扩展程序,该扩展的主要功能是“Search for Magic: The Gathering cards in the magiccard.info database”。
扩展截图
下载Magic: The Gathering card search扩展crx文件
下载Magic: The Gathering card search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards.
扩展基本信息
名称 | Magic: The Gathering card search |
ID | hedegdfkgcpbkohmhojiamfmmcoalnoc |
官方URL | https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc |
简介 | Search for Magic: The Gathering cards in the magiccard.info database |
文件大小 | 148 KB |
安装次数 | 148 |
当前版本 | 1.0.0.3 |
更新时间 | 2017-10-26 |
上架时间 | 2017-10-26 |
评分 | 4.00/5 共3次评分 |
开发者 | Jonas Persson |
付费类型 | free |
扩展官网 | https://github.com/jop-io/mtg-card-search |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic: The Gathering card search", "short_name": "MTG card search", "description": "Search for Magic: The Gathering cards in the magiccard.info database", "version": "1.0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "offline_enabled": true } |