Grapher for Steam

A browser extension to graph your steam wallet balance.

Co to jest Grapher for Steam?

Grapher for Steam to rozszerzenie Chrome opracowane przez Smankusors, a jego główną funkcją jest „A browser extension to graph your steam wallet balance.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Grapher for Steam

Pobierz pliki rozszerzeń Grapher for Steam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grapher for Steam Grapher for Steam
ID geofimghgjbkgchoennmfmbbmmlljmgn
Oficjalny URL https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn
Opis A browser extension to graph your steam wallet balance.
Rozmiar pliku 225 KB
Liczba instalacji 735
Aktualna Wersja 0.4.171
Ostatnia Aktualizacja 2022-07-01
Data Publikacji 2017-08-31
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper Smankusors
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}