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.」です。
拡張機能のスクリーンショット
Grapher for Steam拡張機能のCRXファイルをダウンロード
Grapher for Steam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/" ] } |