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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
{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\/*" ] } |