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\/*"
]
} | |