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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}