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 } |