MTG Prices by MTGGoldfish

Magic: the Gathering ONLINE and PAPER prices, and card images.

MTG Prices by MTGGoldfishとは何ですか?

MTG Prices by MTGGoldfishはhttps://mtggoldfish.comによって開発されたChromeの拡張機能で、その主な機能は「Magic: the Gathering ONLINE and PAPER prices, and card images.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MTG Prices by MTGGoldfish拡張機能のCRXファイルをダウンロード

MTG Prices by MTGGoldfish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically add Magic: the Gathering card images and prices popups to websites. This official MTGGoldfish extension gives you quick access to both ONLINE and PAPER prices from vendors such as Ebay, TCGPlayer, Amazon.com and Cardhoarder.

FEATURES

* Automatically add popups containing card images and ONLINE and PAPER prices
* Highlight decks and view on MTGGoldfish
* Highlight card names and search on MTGGoldfish
* Disable/Enable extension on certain pages and domains                    

拡張機能の基本情報

名前 MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
公式URL https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
説明 Magic: the Gathering ONLINE and PAPER prices, and card images.
ファイルサイズ 218 KB
インストール数 1,081
現在のバージョン 0.4.11
最終更新日 2017-02-17
公開日 2017-02-17
評価 3.32/5 合計 19 レビュー
開発者 https://mtggoldfish.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.mtggoldfish.com
プライバシーポリシーページのURL http://www.mtggoldfish.com/policies/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTG Prices by MTGGoldfish",
    "short_name": "MTGGoldfish",
    "description": "Magic: the Gathering ONLINE and PAPER prices, and card images.",
    "version": "0.4.11",
    "web_accessible_resources": [
        "cdb.json"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery.highlight.js",
                "jquery.hoverIntent.minified.js",
                "common.js",
                "content_script.js",
                "bootstrap.min.js"
            ],
            "css": [
                "bootstrap.min.css",
                "mtggoldfish.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "common.js",
            "background.js",
            "context_menu.js"
        ],
        "persistent": false
    }
}