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} là gì?
MTG Gatherer Plus {BETA} là một tiện ích mở rộng Chrome được phát triển bởi Amorphia, và tính năng chính của nó là "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MTG Gatherer Plus {BETA}
Tải xuống các tệp mở rộng MTG Gatherer Plus {BETA} dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
{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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ganpnkcbhacjpeadmmgebjejiicgijlb |
URL Chính Thức | https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb |
Mô tả | Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes |
Kích Thước Tệp | 1.62 MB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.3.8 |
Cập Nhật Lần Cuối | 2015-10-22 |
Ngày Phát Hành | 2015-10-22 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Amorphia |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |