Magic: The Gathering Tab

Show a random MTG card on your new tab screen.

Magic: The Gathering Tab क्या है?

Magic: The Gathering Tab http://ironmansoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show a random MTG card on your new tab screen."।

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

screenshot

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

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

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

                        Show's a random Magic: The Gathering card on your new tab screen. 

- Click refresh to load a new card
- Search for cards 
- Easily view prices and Gatherer page                    

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

नाम Magic: The Gathering Tab Magic: The Gathering Tab
ID ebmoigkfkmhimgckagjnicjlepgbhdei
आधिकारिक URL https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei
विवरण Show a random MTG card on your new tab screen.
फ़ाइल का आकार 850 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.1.11
अंतिम अपडेट 2021-04-20
प्रकाशन तिथि 2020-09-10
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर http://ironmansoftware.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic: The Gathering Tab",
    "description": "Show a random MTG card on your new tab screen.",
    "version": "1.1.11",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/scryfall.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "icons": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}