mtgtop8 Helper

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

什麼是mtgtop8 Helper?

mtgtop8 Helper是由RPS Fan開發的Chrome擴展程式,該擴展的主要功能是“For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.”。

擴展截圖

screenshot

下載mtgtop8 Helper擴展crx文件

下載mtgtop8 Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
官方網址 https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
簡介 For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
檔案大小 37.51 KB
安裝次數 19
目前版本 0.0.1
更新時間 2015-06-07
上架時間 2015-06-07
評分 3.67/5 共 3 次評分
開發者 RPS Fan
付費類型 free
支援的語言 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"
    }
}