Skip to content

The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).

License

Notifications You must be signed in to change notification settings

bytegarden-ce/browser

 
 

Repository files navigation

Bitwarden Browser Extension

Mattermost

The Bitwarden browser extension is written using the Web Extension API and Angular.

Build/Run

Requirements

  • Node.js v8.11 or greater
  • Gulp (npm install --global gulp-cli)
  • Chrome (preferred), Opera, or Firefox browser

Run the app

npm install
npm run build:watch

You can now load the extension into your browser through the browser's extension tools page:

  • Chrome/Opera:
    1. Type chrome://extensions in your address bar to bring up the extensions page.
    2. Enable developer mode (checkbox)
    3. Click the "Load unpacked extension" button, navigate to the build folder of your local extension instance, and click "Ok".
  • Firefox
    1. Type about:debugging in your address bar to bring up the add-ons page.
    2. Click the Load Temporary Add-on button, navigate to the build/manifest.json file, and "Open".

About

The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 50.8%
  • JavaScript 21.2%
  • HTML 18.5%
  • CSS 6.5%
  • Swift 3.0%