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
Eメール [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
}