Scryfall Context Menu

Search Magic: the Gathering cards with Scryfall by using the context menu.

Co to jest Scryfall Context Menu?

Scryfall Context Menu to rozszerzenie Chrome opracowane przez maxremming, a jego główną funkcją jest „Search Magic: the Gathering cards with Scryfall by using the context menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scryfall Context Menu

Pobierz pliki rozszerzeń Scryfall Context Menu 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

                        Search Scryfall from the right click menu when you have text selected.

Not affiliated with the people running Scryfall.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
Oficjalny URL https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Opis Search Magic: the Gathering cards with Scryfall by using the context menu.
Rozmiar pliku 35.3 KB
Liczba instalacji 78
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2019-01-04
Data Publikacji 2019-01-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper maxremming
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scryfall Context Menu",
    "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.",
    "version": "0.3.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "512": "icon-512.png"
    },
    "manifest_version": 2
}