Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Better EDHRecとは何ですか?
Better EDHRecはgerbot150によって開発されたChromeの拡張機能で、その主な機能は「Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…」です。
拡張機能のスクリーンショット
Better EDHRec拡張機能のCRXファイルをダウンロード
Better EDHRec拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall links on every card
拡張機能の基本情報
名前 | Better EDHRec |
ID | bifcpdpibocmmchlbdlfblelnefojbmk |
公式URL | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
説明 | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
ファイルサイズ | 5.28 KB |
インストール数 | 261 |
現在のバージョン | 0.8 |
最終更新日 | 2019-03-06 |
公開日 | 2019-03-05 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | gerbot150 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better EDHRec", "version": "0.8", "content_scripts": [ { "matches": [ "http:\/\/edhrec.com\/*", "https:\/\/edhrec.com\/*", "http:\/\/www.edhrec.com\/*", "https:\/\/www.edhrec.com\/*" ], "js": [ "better_edhrec.js" ], "css": [ "better_edhrec.css" ] } ] } |