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开发的Chrome扩展程序,该扩展的主要功能是“Show a random MTG card on your new tab screen.”。

扩展截图

screenshot

下载Magic: The Gathering Tab扩展crx文件

下载Magic: The Gathering Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}