mtgtop8 Helper

For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.

mtgtop8 Helper là gì?

mtgtop8 Helper là một tiện ích mở rộng Chrome được phát triển bởi RPS Fan, và tính năng chính của nó là "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng mtgtop8 Helper

Tải xuống các tệp mở rộng mtgtop8 Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a feature to the Magic: The Gathering related website mtgtop8.com.

When comparing decklists (i.e. mtgtop8.com/compare), this extension adds 4 columns to show what percentage decks each qty of each card appeared in.

Card icon created by David Padrosa from The Noun Project (noun_14045_cc.svg)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
URL Chính Thức https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
Mô tả For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
Kích Thước Tệp 37.51 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-06-07
Ngày Phát Hành 2015-06-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển RPS Fan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mtgtop8 Helper",
    "version": "0.0.1",
    "description": "For Magic: The Gathering.  On mtgtop8.com\/compare, shows the % of decks using each qty of each card.",
    "browser_action": [],
    "permissions": [
        "*:\/\/*.mtgtop8.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mtgtop8.com\/compare*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "icons": {
        "16": "noun_14045_cc_16.png",
        "48": "noun_14045_cc_48.png",
        "128": "noun_14045_cc_128.png"
    }
}