TF2 Calculator

Easy Metal Conversions in your Browser

什麼是TF2 Calculator?

TF2 Calculator是由Dylan Belyk開發的Chrome擴展程式,該擴展的主要功能是“Easy Metal Conversions in your Browser”。

擴展截圖

screenshot

下載TF2 Calculator擴展crx文件

下載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
官方網址 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"
    ]
}