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 |
官方網址 | 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" ] } ] } |