Scryfall Context Menu

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

Wat is Scryfall Context Menu?

Scryfall Context Menu is een Chrome-extensie ontwikkeld door maxremming, en de belangrijkste functie is "Search Magic: the Gathering cards with Scryfall by using the context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scryfall Context Menu

Download Scryfall Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Not affiliated with the people running Scryfall.                    

Basisinformatie over de Extensie

Naam Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
Officiële URL https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Beschrijving Search Magic: the Gathering cards with Scryfall by using the context menu.
Bestandsgrootte 35.3 KB
Aantal Installaties 78
Huidige Versie 0.3.0
Laatst Bijgewerkt 2019-01-04
Publicatiedatum 2019-01-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar maxremming
Betalingswijze free
Ondersteunde Talen 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
}