25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 1.3 KiB

8 년 전
123456789101112131415161718192021222324252627282930313233343536373839
  1. [![Chrome version][badge-cws]][link-cws] [![Firefox version][badge-amo]][link-amo] [![Autodeployment][badge-travis]][link-travis]
  2. [badge-cws]: https://img.shields.io/chrome-web-store/v/lcmbpoclaodbgkbjafnkbbinogcbnjih.svg?label=for%20chrome
  3. [badge-amo]: https://img.shields.io/amo/v/lesspass.svg?label=for%20firefox
  4. [badge-travis]: https://img.shields.io/travis/lesspass/lesspass/master.svg?label=autodeployment
  5. [link-cws]: https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih "Version published on Chrome Web Store"
  6. [link-amo]: https://addons.mozilla.org/en-US/firefox/addon/lesspass/ "Version published on Mozilla Add-ons"
  7. [link-travis]: https://travis-ci.org/lesspass/webextension
  8. > chrome and firefox web extension for LessPass password manager
  9. # Install
  10. * [Firefox](https://addons.mozilla.org/en-US/firefox/addon/lesspass/)
  11. * [Chrome](https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih)
  12. # Dev
  13. npm install && npm run dev
  14. # Build
  15. npm run build
  16. extensions are in `./build` folder
  17. ./build/lesspass.chrome.zip
  18. ./build/lesspass.firefox.xpi
  19. ## License
  20. This project is licensed under the terms of the GNU GPLv3.
  21. ## Issues
  22. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)