TF2 Calculator

Easy Metal Conversions in your Browser

TF2 Calculatorคืออะไร?

TF2 Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan Belyk และคุณลักษณะหลักของมันคือ "Easy Metal Conversions in your Browser"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TF2 Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome Extension makes converting keys to metal in Team Fortress 2 easy by giving you the exact amounts of metal needed for your key conversions.

The extension takes two inputs: "Refined Price", and "Key Amount". Using these inputs it calculates the total, as well as the break down of refined, reclaimed, and scrap metals. To accomplish the break down of metals, the extension rounds to multiples of 11, where 11 would equal one scrap, 22 would equal two scrap, and 33 would then make a reclaimed. For example, given the total of 80.50, the extension would output: 80 refined, 1 reclaimed, and 2 scrap as it would interpret it as 80.55.

The extension also includes a "Change Team" checkbox where you can change the background color of the extension to RED or BLU team colors to fit your personal preferences.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TF2 Calculator TF2 Calculator
ID mgaafjhfponohahcdfjpjemlggbjhime
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tf2-calculator/mgaafjhfponohahcdfjpjemlggbjhime
คำอธิบาย Easy Metal Conversions in your Browser
ขนาดไฟล์ 70.19 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2023-08-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dylan Belyk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TF2 Calculator",
    "version": "1.0.0",
    "description": "Easy Metal Conversions in your Browser",
    "manifest_version": 3,
    "author": "Dylan Belyk",
    "action": {
        "default_popup": "index.html",
        "default_title": "TF2 Calculator"
    },
    "icons": {
        "16": "Assets\/ref16.png",
        "32": "Assets\/ref32.png",
        "48": "Assets\/ref48.png",
        "128": "Assets\/ref128.png"
    },
    "permissions": [
        "storage"
    ]
}