Locku
A Simple browser extension for password management.
Why another Password manager ?
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++
How the Passwords are saved
Where is the Backend ?
The extension uses Cloud Functions as backend, each actions is managed by each function as events.
Read More about cloud functions
Supported Browsers
How to Install
Chrome Users
Firefox Users
Epiphany Users
Build it yourself ?
- Clone the Source code
git clone https://github.com/RajSolai/locku-browser-extension.git
- Build the React App
cd locku-browser-extension
Using npm
npm install && npm run build
Using yarn
yarn && yarn build
- Bundle the build files as Extension
cd build
zip locku.xpi *
- Install the xpi files into browsers