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
官方URL 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
}