Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-vit/steamwebtools
useful tools in Steam web sites
https://github.com/mr-vit/steamwebtools
browser-extension steam tampermonkey
Last synced: 2 days ago
JSON representation
useful tools in Steam web sites
- Host: GitHub
- URL: https://github.com/mr-vit/steamwebtools
- Owner: Mr-VIT
- License: gpl-2.0
- Created: 2013-01-15T12:51:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:37:28.000Z (about 2 months ago)
- Last Synced: 2025-01-21T09:06:43.184Z (2 days ago)
- Topics: browser-extension, steam, tampermonkey
- Language: JavaScript
- Homepage: http://v1t.su/projects/steam/webtools/
- Size: 553 KB
- Stars: 73
- Watchers: 14
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Install
- [For Tampermonkey](https://github.com/Mr-VIT/SteamWebTools/releases/latest/download/steamwebtools.tm.user.js)## Current support is being provided for:
[![Tampermonkey 4.0+](https://img.shields.io/badge/Tampermonkey-4.0%2B-green.svg)](https://tampermonkey.net/)
Greasemonkey support is deprecated## Build
- Install [NodeJS](https://nodejs.org/)
- Install grunt command line interface as a global package:
```
npm install -g grunt-cli
```
- [Clone the SWT git repo](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
- Install dev dependencies (grunt plugins)
```
cd SteamWebTools && npm install
```
- Now by running the `grunt` command, in the SteamWebTools directory, you can build a full version## Localisation
Translate text `src/lang/en.js` and send me file or create Pull request## License
licensed under GPLv2.