Scry

Rollover popups for Magic: the Gathering sites

Scry क्या है?

Scry David Morgan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rollover popups for Magic: the Gathering sites"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        # Scry Rollover Popups

Scry is a Google Chrome extension that adds rollover popups to many popular Magic: the Gathering sites:
* dailymtg.com
* mtgsalvation.com
* starcitygames.com
* gatheringmagic.com
* channelfireball.com

Scry popups contain lots of useful info such as Oracle text, official rulings, and TCGPlayer.com prices.

Oracle text is courtesy of the MTG JSON project (http://mtgjson.com). Images are pulled on demand from MagicCards.info.

Please report issues at https://github.com/Spitemare/scry/issues                    

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

नाम Scry Scry
ID pjpijgddpoilfmepmdaanimejonkhioc
आधिकारिक URL https://chromewebstore.google.com/detail/scry/pjpijgddpoilfmepmdaanimejonkhioc
विवरण Rollover popups for Magic: the Gathering sites
फ़ाइल का आकार 3.88 MB
स्थापना संख्या 268
वर्तमान संस्करण 3.9.4
अंतिम अपडेट 2015-09-10
प्रकाशन तिथि 2015-09-10
रेटिंग 4.10/5 कुल 21 रेटिंग्स
डेवलपर David Morgan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://goo.gl/7af89M
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scry",
    "description": "Rollover popups for Magic: the Gathering sites",
    "homepage_url": "http:\/\/spitemare.github.io\/scry\/",
    "version": "3.9.4",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "unlimitedStorage",
        "http:\/\/partner.tcgplayer.com\/*",
        "http:\/\/magiccards.info\/scans\/en\/*"
    ],
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js",
            "lib\/jquery.indexeddb-1.0.0.min.js",
            "js\/init.js",
            "js\/menu.js",
            "js\/oracle.js",
            "js\/prices.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Scry"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/spitemare.github.io\/scry\/"
            ],
            "css": [
                "css\/scry.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/scry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.mtgsalvation.com\/articles\/*",
                "*:\/\/*.mtgsalvation.com\/forums\/*"
            ],
            "css": [
                "css\/scry.css",
                "css\/mtgsalvationforum.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/mtgsalvationforum.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mtgsalvation.gamepedia.com\/*"
            ],
            "css": [
                "css\/scry.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/mtgsalvationwiki.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/magic.wizards.com\/en\/articles\/*"
            ],
            "css": [
                "css\/scry.css",
                "css\/dailymtg.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/dailymtg.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.starcitygames.com\/article\/*"
            ],
            "css": [
                "css\/scry.css",
                "css\/starcitygames.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/starcitygames.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.gatheringmagic.com\/*"
            ],
            "css": [
                "css\/scry.css",
                "css\/gatheringmagic.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/gatheringmagic.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*.channelfireball.com\/articles\/*"
            ],
            "css": [
                "css\/scry.css",
                "css\/channelfireball.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/channelfireball.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/magicTCG\/*"
            ],
            "css": [
                "css\/scry.css"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "js\/scry.js",
                "js\/site\/reddit.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "template.html"
    ]
}