L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Chad Scharf 0e42893d1c
Merge pull request #1421 from eliykat/docs-contrib
expand CONTRIBUTING.md
2020-10-26 17:09:44 -04:00
jslib@d84d6da7f7 [SSO] New user provision flow jslib update (3bf322a -> d84d6da) (#1429) 2020-10-14 08:58:36 -05:00
src Add some german input field names 2020-10-24 13:01:03 +02:00
store New Crowdin updates (#1413) 2020-09-29 10:51:40 -04:00
.editorconfig https link to EditorConfig.org (#1385) 2020-09-14 10:05:17 -04:00
.gitignore ignore dist-safari 2020-09-28 10:40:51 -04:00
.gitmodules
CONTRIBUTING.md expand contributing guide 2020-10-08 07:06:10 +10:00
ISSUE_TEMPLATE.md
LICENSE.txt
README.md
SECURITY.md
appveyor.yml
azure-pipelines.yml
crowdin.yml map en-IN 2020-09-28 14:21:07 -04:00
gulpfile.js BUILD_NUMBER for safari extension 2020-09-28 13:22:07 -04:00
karma.conf.js
package-lock.json Upgrade Angular (#1365) 2020-08-18 16:13:37 -04:00
package.json individual safari dist builds 2020-09-23 12:32:07 -04:00
tsconfig.json disable angular ivy compiler (#1412) 2020-09-29 10:47:34 -04:00
tslint.json
webfonts.list
webpack.config.js split angular into its own chunk 2020-09-15 16:13:07 -04:00

README.md

appveyor build Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

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".

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.