Grapher for Steam
A browser extension to graph your steam wallet balance.
Grapher for Steam là gì?
Grapher for Steam là một tiện ích mở rộng Chrome được phát triển bởi Smankusors, và tính năng chính của nó là "A browser extension to graph your steam wallet balance.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Grapher for Steam
Tải xuống các tệp mở rộng Grapher for Steam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grapher for Steam |
ID | geofimghgjbkgchoennmfmbbmmlljmgn |
URL Chính Thức | https://chromewebstore.google.com/detail/grapher-for-steam/geofimghgjbkgchoennmfmbbmmlljmgn |
Mô tả | A browser extension to graph your steam wallet balance. |
Kích Thước Tệp | 225 KB |
Số Lần Cài Đặt | 735 |
Phiên Bản Hiện Tại | 0.4.171 |
Cập Nhật Lần Cuối | 2022-07-01 |
Ngày Phát Hành | 2017-08-31 |
Đánh Giá | 4.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Smankusors |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |