Scryfall Context Menu

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

Scryfall Context Menu क्या है?

Scryfall Context Menu maxremming द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Magic: the Gathering cards with Scryfall by using the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scryfall Context Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

Not affiliated with the people running Scryfall.                    

एक्सटेंशन की मूल जानकारी

नाम Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
आधिकारिक URL https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
विवरण Search Magic: the Gathering cards with Scryfall by using the context menu.
फ़ाइल का आकार 35.3 KB
स्थापना संख्या 78
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2019-01-04
प्रकाशन तिथि 2019-01-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर maxremming
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}