Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Co to jest Better EDHRec?
Better EDHRec to rozszerzenie Chrome opracowane przez gerbot150, a jego główną funkcją jest „Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better EDHRec
Pobierz pliki rozszerzeń Better EDHRec w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Better EDHRec adds helpful links and tools to the EDHRec website.
Notable features include:
- In-site decklist builder
- Scryfall links on every card Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bifcpdpibocmmchlbdlfblelnefojbmk |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
| Opis | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
| Rozmiar pliku | 5.28 KB |
| Liczba instalacji | 261 |
| Aktualna Wersja | 0.8 |
| Ostatnia Aktualizacja | 2019-03-06 |
| Data Publikacji | 2019-03-05 |
| Ocena | 3.80/5 Łącznie 5 Oceny |
| Deweloper | gerbot150 |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |