Grapher for Steam

A browser extension to graph your steam wallet balance.

Grapher for Steam란 무엇입니까?

Grapher for Steam은(는) Smankusors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension to graph your steam wallet balance."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Grapher for Steam 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Well do you see boring purchase history list on your Steam account? Well this extension is for you! Convert that list into chart! :D

To use this extension, visit https://store.steampowered.com/account/history/
Then press the "Graph This" button.                    

확장 프로그램 기본 정보

이름 Grapher for Steam Grapher for Steam
ID geofimghgjbkgchoennmfmbbmmlljmgn
공식 URL https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn
설명 A browser extension to graph your steam wallet balance.
파일 크기 225 KB
설치 횟수 735
현재 버전 0.4.171
최근 업데이트 2022-07-01
출시 날짜 2017-08-31
평점 4.00/5 총 10 개의 평점
개발자 Smankusors
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grapher for Steam",
    "description": "A browser extension to graph your steam wallet balance.",
    "version": "0.4.171",
    "author": "Smankusors (Antony Kurniawan)",
    "homepage_url": "https:\/\/github.com\/Smankusors\/Grapher-for-Steam",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png",
            "256": "img\/icon_256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/account\/history\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/moment-with-locales.min.js",
                "js\/Chart.js",
                "js\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/store.steampowered.com\/"
    ]
}