Open In Steam - I created OIS to handle opening Steam's web browser pages in the Steam client.
So far, this extension is supported on two browsers - Chrome and Firefox.
- Clone the repository using
git clone git@github.com:PurplProto/OIS.git
. - Get Node + npm at least Node version
8.12.0
. - Open your favorite shell/terminal emulator and run
npm install
to obtain all the require dependencies. - Run
npm run build
to build a debug version of the extension. Ornpm run publish
to build a release version. - Loading the extension in the browser:
- For Chrome (debug build needed):
- Simply navigate to the extensions page
chrome://extensions/
. - Enable developer mode in the top right corner of the page.
- Click
Load Unpacked
and navigate toois/packaged/Chrome-vx.x.x.zip
. - To test it, load up a Steam web page such as a user's profile i.e. https://steamcommunity.com/id/pairedprototype/.
- Click the OIS button.
- Profit.
- Simply navigate to the extensions page
- For Firefox:
- Simply navigate to the extensions page
about:debugging
. - Check the
Enable add-on debugging
check box. - Click
Load Temporary Add-on...
located at the top right of the page and navigate toois/packaged/FireFox-x.x.x.zip
. - To test it, load up a Steam web page such as a user's profile i.e. https://steamcommunity.com/id/pairedprototype/.
- Click the OIS button.
- Profit.
- Simply navigate to the extensions page
- For Chrome (debug build needed):