Grapher for Steam
A browser extension to graph your steam wallet balance.
Grapher for Steamคืออะไร?
Grapher for Steam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smankusors และคุณลักษณะหลักของมันคือ "A browser extension to graph your steam wallet balance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grapher for Steam
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/" ] } |