FYI - an extension with wallet management has been created by sisou - https://github.com/sisou/nimiq-wallet-extension :) good work
A Chrome Extension for mining Nimiq in the background
Built with love using Vue.js and Nimiq by @ralafranchi
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
After a build has been run you can open your extensions (chrome://extensions), flip on developer mode and load unpacked extension to point to the dist folder. When the mainnet is released we plan to release the extension in the chrome webstore.
Template initialized using vue-cli