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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}