Trade Value Calculator

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

Trade Value Calculatorคืออะไร?

Trade Value Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย intersecting_lines และคุณลักษณะหลักของมันคือ "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trade Value Calculator

ดาวน์โหลดไฟล์ส่วนขยาย 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
}