Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Co je Better EDHRec?
Better EDHRec je rozšíření Chrome vyvinuté gerbot150, a jeho hlavní funkcí je „Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better EDHRec
Stáhněte si soubory rozšíření Better EDHRec ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Better EDHRec adds helpful links and tools to the EDHRec website.
Notable features include:
- In-site decklist builder
- Scryfall links on every card Základní Informace o Rozšíření
| Název | |
| ID | bifcpdpibocmmchlbdlfblelnefojbmk |
| Oficiální URL | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
| Popis | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
| Velikost souboru | 5.28 KB |
| Počet instalací | 261 |
| Aktuální Verze | 0.8 |
| Poslední Aktualizace | 2019-03-06 |
| Datum Vydání | 2019-03-05 |
| Hodnocení | 3.80/5 Celkem 5 Hodnocení |
| Vývojář | gerbot150 |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |