csfloat / extension

Source Code that Powers the CSFloat Extensions
https://csfloat.com
MIT License
84 stars 15 forks source link
chrome csgo extension firefox

GitHub license Website Chrome Web Store Chrome Web Store Chrome Web Store Chrome Web Store

CSFloat has an extension for Firefox/Chrome that lets you fetch floats directly from the market page! You can view the source code for the extensions here!

Store Links

Chrome Store Link [v3+]

Firefox Add-ons Link [v3+]

Features

Developer Guide

Please see src/ for an overview of how the extension works and underlying tech. Contributions are welcome!

How to Build (Release)

npm install

npm run build

The resultant build will be in the dist/ directory.

Note: You can also use npm run build_ff for Firefox

How to Build (Development)

npm install

npm run start

Load the dist/ directory as a temporary extension in Chrome. Code changes will automatically trigger a re-build.

Note: You can also use npm run start_ff for Firefox

Releases

If you're ready to release a new version of the extension, the process of automatically packaging for each browser is handled for you!

Steps

Changelog

See Releases for release notes.