Grapher for Steam
A browser extension to graph your steam wallet balance.
Qu'est-ce que Grapher for Steam ?
Grapher for Steam est une extension Chrome développée par Smankusors, et sa fonction principale est "A browser extension to graph your steam wallet balance.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grapher for Steam
Téléchargez les fichiers d'extension Grapher for Steam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Grapher for Steam |
ID | geofimghgjbkgchoennmfmbbmmlljmgn |
URL Officiel | https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn |
Description | A browser extension to graph your steam wallet balance. |
Taille du Fichier | 225 KB |
Nombre d'Installations | 735 |
Version Actuelle | 0.4.171 |
Dernière Mise à Jour | 2022-07-01 |
Date de Publication | 2017-08-31 |
Évaluation | 4.00/5 Total 10 Évaluations |
Développeur | Smankusors |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |