MTG Prices by MTGGoldfish

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

MTG Prices by MTGGoldfishคืออะไร?

MTG Prices by MTGGoldfish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mtggoldfish.com และคุณลักษณะหลักของมันคือ "Magic: the Gathering ONLINE and PAPER prices, and card images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTG Prices by MTGGoldfish

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}