Grapher for Steam
A browser extension to graph your steam wallet balance.
Cos'è Grapher for Steam?
Grapher for Steam è un'estensione di Chrome sviluppata da Smankusors, e la sua funzione principale è "A browser extension to graph your steam wallet balance.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grapher for Steam
Scarica i file di estensione Grapher for Steam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Grapher for Steam |
ID | geofimghgjbkgchoennmfmbbmmlljmgn |
URL Ufficiale | https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn |
Descrizione | A browser extension to graph your steam wallet balance. |
Dimensione del File | 225 KB |
Conteggio Installazioni | 735 |
Versione Corrente | 0.4.171 |
Ultimo Aggiornamento | 2022-07-01 |
Data di Pubblicazione | 2017-08-31 |
Valutazione | 4.00/5 Totale 10 Valutazioni |
Sviluppatore | Smankusors |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |