您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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)