Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiatjaf/lesspass-remotestorage
LessPass WebExtension that saves profiles to remoteStorage.
https://github.com/fiatjaf/lesspass-remotestorage
choo chrome-extension firefox-addon lesspass password-manager remotestorage webextension
Last synced: 30 days ago
JSON representation
LessPass WebExtension that saves profiles to remoteStorage.
- Host: GitHub
- URL: https://github.com/fiatjaf/lesspass-remotestorage
- Owner: fiatjaf
- Created: 2018-02-02T14:19:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T01:08:16.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:30:23.435Z (3 months ago)
- Topics: choo, chrome-extension, firefox-addon, lesspass, password-manager, remotestorage, webextension
- Language: JavaScript
- Homepage: https://lesspass.alhur.es/
- Size: 617 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - fiatjaf/lesspass-remotestorage - LessPass WebExtension that saves profiles to remoteStorage. (chrome-extension)
README
Links
-----* The [Firefox extension](https://addons.mozilla.org/firefox/addon/lesspass-remotestorage/)
* The [Chrome extension](https://chrome.google.com/webstore/detail/lesspass-remotestorage/aogdpopejodechblppdkpiimchbmdcmc)
* The [site](https://lesspass.alhur.es/) (you can see it working without installing a thing)How to build
------------1. `npm install`
2. `npm run build`
3. Load the extension from the root folder.All `.js` files in the root folder are sources and will be bundled/browserified on the build process. After the build, browserified files for `background.js`, `content-script.js` and `options.js` will be on `dist/`. Their paths at wherever they're needed in the extension context are already pointing to that directory.