You can find the extension at Chrome Store.
git clone https://github.com/btccom/chrome_extension.git
cd chrome_extension
yarn run dev
# build for release
# the bash script will generate a directory, like `build_{VERSION}`.
bash ./build.sh
You can find the extension at Chrome Store.
git clone https://github.com/btccom/chrome_extension.git
cd chrome_extension
yarn run dev
# build for release
# the bash script will generate a directory, like `build_{VERSION}`.
bash ./build.sh