This is the browser extension for CodeStream, supporting Chrome (Chrome Web Store) and Firefox (Firefox Add-ons). It adds a Open in ... button on PR pages, offers to auto-link PRs into your editor, and adds a Start Work button on Issue pages.
npm install --no-save && npm run build && npm run package
Build the extension and
- unzip
codestream.xpi
and load it as “unpackaged extension” (Chrome) or - load
codestream.xpi
as “temporary add-on” (Firefox).
The extension is active until the next restart of your browser.
During development, as you rebuild, you can reload the extension without restarting your browser from the extensions page.