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
官方網址 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"
    }
}