You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 jaren geleden
8 jaren geleden
8 jaren geleden
8 jaren geleden
8 jaren geleden
1234567891011121314151617181920212223242526272829
  1. > chrome and firefox web extension for LessPass password manager
  2. # Install
  3. * [Firefox](https://addons.mozilla.org/en-US/firefox/addon/lesspass/)
  4. * [Chrome](https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih)
  5. # Dev
  6. npm install && npm run dev
  7. # Build
  8. npm run build
  9. extensions are in `./build` folder
  10. ./build/lesspass.chrome.zip
  11. ./build/lesspass.firefox.xpi
  12. ## License
  13. This project is licensed under the terms of the GNU GPLv3.
  14. ## Issues
  15. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)