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
Eメール [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"
    }
}