Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
O que é Better EDHRec?
Better EDHRec é uma extensão do Chrome desenvolvida por gerbot150, e sua principal característica é "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better EDHRec
Baixe arquivos de extensão Better EDHRec no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall links on every card
Informações Básicas da Extensão
Nome | Better EDHRec |
ID | bifcpdpibocmmchlbdlfblelnefojbmk |
URL Oficial | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
Descrição | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
Tamanho do Arquivo | 5.28 KB |
Contagem de Instalações | 261 |
Versão Atual | 0.8 |
Última Atualização | 2019-03-06 |
Data de Publicação | 2019-03-05 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | gerbot150 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |