A Simple browser extension for password management.
Simple Answer, Because I needed one :).
Lengthy one, I use Epiphany browser on daily basis but most of password manager makers don't have one hence I made one for myself.
EXP++
The extension uses Cloud Functions as backend, each actions is managed by each function as events.
Read More about cloud functions
- Clone the Source code
git clone https://github.com/RajSolai/locku-browser-extension.git
- Build the React App
cd locku-browser-extension
npm install && npm run build
yarn && yarn build
- Bundle the build files as Extension
cd build
zip locku.xpi *
- Install the xpi files into browsers