All Projects → bitwarden → Browser

bitwarden / Browser

Licence: gpl-3.0
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
swift
15916 projects
CSS
56736 projects

Projects that are alternatives of or similar to Browser

Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-94.95%)
Mutual labels:  chrome, firefox, webextension, safari, webextensions
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (-97.19%)
Mutual labels:  chrome, firefox, webextension, webextensions
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-96.94%)
Mutual labels:  chrome, firefox, webextension, webextensions
Vertical Tabs Reloaded
Firefox add-on for arranging tabs vertically
Stars: ✭ 115 (-96.52%)
Mutual labels:  firefox, webextension, webextensions
Known Css Properties
List of standard and browser specific CSS properties.
Stars: ✭ 89 (-97.31%)
Mutual labels:  chrome, firefox, safari
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-97%)
Mutual labels:  chrome, firefox, webextension
Persian Twitter
A WebExtension which improves Twitter & TweetDeck user experience for Persian users
Stars: ✭ 66 (-98%)
Mutual labels:  chrome, firefox, webextensions
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-95.82%)
Mutual labels:  chrome, firefox, webextension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-96.04%)
Mutual labels:  chrome, firefox, webextension
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+9.83%)
Mutual labels:  chrome, firefox, safari
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (-95.13%)
Mutual labels:  chrome, firefox, webextensions
Freedom
The Freedom to Open URLs in Third-Party Browsers on iOS with Custom UIActivity Subclasses.
Stars: ✭ 85 (-97.43%)
Mutual labels:  chrome, firefox, safari
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-95.43%)
Mutual labels:  chrome, firefox, webextension
Ocaramba
C# Framework to automate tests using Selenium WebDriver
Stars: ✭ 234 (-92.92%)
Mutual labels:  chrome, firefox, safari
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (-97.94%)
Mutual labels:  chrome, firefox, safari
Xstyle
A user styles manager for Firefox and Chrome
Stars: ✭ 138 (-95.82%)
Mutual labels:  chrome, firefox, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (-20.42%)
Mutual labels:  chrome, firefox, webextension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-98.31%)
Mutual labels:  chrome, firefox, webextensions
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+144.33%)
Mutual labels:  chrome, firefox, safari
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-95.55%)
Mutual labels:  chrome, firefox, safari

Github Workflow build on master 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 v16.13.1 or greater
  • NPM v8
  • 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 (toggle switch)
    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".

Desktop communication

Native Messaging (communication between the desktop application and browser extension) works by having the browser start a lightweight proxy baked into our desktop application.

Out of the box, the desktop application can only communicate with the production browser extension. When you enable browser integration in the desktop application, the application generates manifests which contain the production IDs of the browser extensions. To enable communication between the desktop application and development versions of browser extensions, add the development IDs to the allowed_extensions section of the corresponding manifests.

Manifests are located in the browser subdirectory of the Bitwarden configuration directory. For instance, on Windows the manifests are located at C:\Users\<user>\AppData\Roaming\Bitwarden\browsers and on macOS these are in Application Support for various browsers (for example). Note that disabling the desktop integration will delete the manifests, and the files will need to be updated again.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].