Scryfall Context Menu

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

Cos'è Scryfall Context Menu?

Scryfall Context Menu è un'estensione di Chrome sviluppata da maxremming, e la sua funzione principale è "Search Magic: the Gathering cards with Scryfall by using the context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scryfall Context Menu

Scarica i file di estensione Scryfall Context Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Not affiliated with the people running Scryfall.                    

Informazioni di Base sull'Estensione

Nome Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
URL Ufficiale https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Descrizione Search Magic: the Gathering cards with Scryfall by using the context menu.
Dimensione del File 35.3 KB
Conteggio Installazioni 78
Versione Corrente 0.3.0
Ultimo Aggiornamento 2019-01-04
Data di Pubblicazione 2019-01-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore maxremming
Tipo di Pagamento free
Lingue Supportate 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
}