Grapher for Steam
A browser extension to graph your steam wallet balance.
Grapher for Steam क्या है?
Grapher for Steam Smankusors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to graph your steam wallet balance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grapher for Steam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |