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

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

확장 프로그램 사용 설명서

                        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"
    ]
}