/buttercup-browser-extension

Buttercup browser extension for Chrome, Firefox and Edge.

Primary LanguageJavaScriptMIT LicenseMIT


Buttercup for Browsers


Buttercup Browser Extension

Buttercup credentials manager extension for the browser.

Buttercup Build Status Chrome Web Store

About

This browser extension allows users to interface with password archives authored by the Buttercup password manager (though it does not require the application to be installed).

The extension can remotely connect to archives via Buttercup's common communication protocols (WebDAV, Dropbox etc.).

Supported browsers

Both Chrome and Firefox are supported.

Other browsers will be supported in order of request/popularity.

Adding to Chrome

You can load an unpacked extension in Chrome by navigating to chrome://extensions/. Simply locate the project's directory and use dist/ as the extension directory.

Adding to Firefox

You can load an unpacked extension in Firefox by navigating to about:debugging. Click "Load Temporary Add-on" and locate the project's directory, using dist/ as the extension directory.

Contributing

Contributions are very welcome and strongly encouraged, though we do ask that you stick to some basic styling parameters:

  • Use 4 spaces for indentation
  • New line at the end of each file
  • Commas on same line (at end)
  • Semicolons are not optional
  • (Just follow the editor config and existing styles)