Grapher for Steam

A browser extension to graph your steam wallet balance.

O que é Grapher for Steam?

Grapher for Steam é uma extensão do Chrome desenvolvida por Smankusors, e sua principal característica é "A browser extension to graph your steam wallet balance.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Grapher for Steam

Baixe arquivos de extensão Grapher for Steam no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Grapher for Steam Grapher for Steam
ID geofimghgjbkgchoennmfmbbmmlljmgn
URL Oficial https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn
Descrição A browser extension to graph your steam wallet balance.
Tamanho do Arquivo 225 KB
Contagem de Instalações 735
Versão Atual 0.4.171
Última Atualização 2022-07-01
Data de Publicação 2017-08-31
Classificação 4.00/5 Total de 10 Avaliações
Desenvolvedor Smankusors
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}