Trade Value Calculator

Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool

什麼是Trade Value Calculator?

Trade Value Calculator是由intersecting_lines開發的Chrome擴展程式,該擴展的主要功能是“Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool”。

擴展截圖

screenshot

下載Trade Value Calculator擴展crx文件

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

擴展使用說明

                        Fantasy Football Owners from Yahoo, Espn, NFL, CBS, Sleeper can evaluate how fair/unfair a trade is. Data is taken from /u/PeakedInHighSkool post on Reddit Adjusted Trade Values

If it's failling: You might need to give the app permissions because it makes a request to my site zhecht.pythonanywhere.com/extension to get latest values + player name translations.

Code is available to view at github.com/zhecht/tradevalues                    

擴展基本資訊

名稱 Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
官方網址 https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
簡介 Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
檔案大小 57.56 KB
安裝次數 2,458
目前版本 0.2.0.3
更新時間 2021-09-06
上架時間 2019-09-18
評分 5.00/5 共 12 次評分
開發者 intersecting_lines
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trade Value Calculator",
    "version": "0.2.0.3",
    "description": "Interactive Fantasy Football trade value calculator with values calculated by \/u\/PeakedInHighSkool",
    "permissions": [
        "",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/trade_48.png"
        }
    },
    "icons": {
        "48": "images\/trade_48.png"
    },
    "manifest_version": 2
}