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. 擴展基本資訊
| 名稱 | |
| ID | geofimghgjbkgchoennmfmbbmmlljmgn |
| 官方網址 | 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\/"
]
} | |