Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steambase/steam-sale-browser-extension
Browser extension for tracking the "Next Steam Sale"
https://github.com/steambase/steam-sale-browser-extension
browser-extension javascript next-steam-sale steam steam-api steam-extension steam-games steam-sale steam-sale-tracker steambase web-extension
Last synced: 2 months ago
JSON representation
Browser extension for tracking the "Next Steam Sale"
- Host: GitHub
- URL: https://github.com/steambase/steam-sale-browser-extension
- Owner: Steambase
- License: mit
- Created: 2023-09-22T00:39:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T14:18:27.000Z (over 1 year ago)
- Last Synced: 2024-11-25T16:17:14.543Z (2 months ago)
- Topics: browser-extension, javascript, next-steam-sale, steam, steam-api, steam-extension, steam-games, steam-sale, steam-sale-tracker, steambase, web-extension
- Language: TypeScript
- Homepage: https://steambase.io/sales
- Size: 462 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Browser Extension Links
The "Next Steam Sale Tracker" extension can be used in virtually any modern
browser. Use the browser links below to install or compile the extension from
source:- [Google Chrome](https://chromewebstore.google.com/detail/next-steam-sale-tracker/dgkjcegddpkjhpebjdfilaadhlgphenn)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/next-steam-sale-tracker)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/next-steam-sale-tracker/iglldimpcnbajkbfchgpkanhiapkcfob)
- [Opera (Launching Soon)](#)## Steambase Sale Tracker
The Steambase website has another
[Steam Sale Tracker](https://steambase.io/sales) which can also be used to view
a full breakdown of historical Steam sales as well as list of upcoming sales.## Firefox Production Build & Bundle Steps
Run the following in the root directory of this repository. Requirements:
- Any operating system which supports running node
- Node LTS >= `18.18.0`
- npm >= `9.5.1````bash
npm install
npm run build -- --target=firefox-mv2 --zip
```Once the extensions has been built and bundled, the artifact .zip file can be
viewed in the `/build` directory.