Scryfall Context Menu

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

What is Scryfall Context Menu?

Scryfall Context Menu is a Chrome extension developed by maxremming, and its main feature is "Search Magic: the Gathering cards with Scryfall by using the context menu.".

Extension Screenshots

screenshot

Download Scryfall Context Menu Extension CRX File

Download Scryfall Context Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Not affiliated with the people running Scryfall.                    

Extension Basic Information

Name Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
Official URL https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Description Search Magic: the Gathering cards with Scryfall by using the context menu.
File Size 35.3 KB
Installation Count 78
Current Version 0.3.0
Last Updated 2019-01-04
Publish Date 2019-01-04
Rating 5.00/5 Total 2 Ratings
Developer maxremming
Payment Type free
Supported Languages 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
}