All Projects → gopasspw → Gopassbridge

gopasspw / Gopassbridge

Licence: mit
A web extension for firefox and chrome to insert login credentials from gopass

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gopassbridge

Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+138.46%)
Mutual labels:  extension, chrome, browser, firefox
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (-31.87%)
Mutual labels:  extension, chrome, browser, firefox
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (-9.89%)
Mutual labels:  login, password-manager, chrome, firefox
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-8.24%)
Mutual labels:  extension, chrome, browser, firefox
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+4336.81%)
Mutual labels:  extension, chrome, firefox
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-69.23%)
Mutual labels:  extension, chrome, firefox
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-19.23%)
Mutual labels:  chrome, browser, firefox
Wikipediap2p
WikipediaP2P.org Chrome Extension
Stars: ✭ 105 (-42.31%)
Mutual labels:  extension, chrome, browser
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+442.31%)
Mutual labels:  extension, chrome, firefox
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-57.69%)
Mutual labels:  password-manager, chrome, firefox
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-36.81%)
Mutual labels:  extension, chrome, firefox
Passcards
A 1Password-compatible command-line and web-based password manager
Stars: ✭ 134 (-26.37%)
Mutual labels:  password-manager, chrome, firefox
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-73.63%)
Mutual labels:  extension, chrome, firefox
Advent Of Code Charts
Inject charts in your private leaderboard page for Advent of Code
Stars: ✭ 46 (-74.73%)
Mutual labels:  extension, chrome, firefox
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-59.34%)
Mutual labels:  extension, chrome, firefox
Browserpass Legacy
Legacy Browserpass repo, development is now happening at:
Stars: ✭ 1,020 (+460.44%)
Mutual labels:  password, chrome, firefox
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-44.51%)
Mutual labels:  extension, chrome, firefox
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-6.59%)
Mutual labels:  extension, chrome, firefox
Gata
Bookmarks made better
Stars: ✭ 17 (-90.66%)
Mutual labels:  extension, chrome, browser
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+4525.27%)
Mutual labels:  extension, chrome, firefox

Build Status MIT License codecov Maintainability

Firefox:

Mozilla Add-on Mozilla Add-on

Chrome:

Chrome Web Store Chrome Web Store

gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass

Summary

Gopass is the awesome command line password manager. This plugin enables input of login credentials from gopass. To access gopass, a native app has to be configured in the browser in addition to installing this extension. The native app is a wrapper that calls gopass-jsonapi to communicate via stdin/stdout.

Quick impression

Watch the video

Setup

Install browser extension

Firefox Extension

https://addons.mozilla.org/en-US/firefox/addon/gopass-bridge/

Chrome / Chromium Extension

https://chrome.google.com/webstore/detail/gopass-bridge/kkhfnlkhiapbiehimabddjbimfaijdhk

Build and install browser extension from source

See Makefile release target. For Firefox, the development plugin can be installed only temporarily while for Chrome, the extracted extension can be installed permanently.

Connect to gopass

The connection to gopass is achieved via the native messaging API. For this a native messaging manifest must be configured for your browser.

Since gopass v1.10 gopass-jsonapi is its own binary that you can download and unpack from the archive files on Github Releases.

It is recommended that you set up the manifests with gopass-jsonapi as described in the gopass documentation, "filling passwords from browser". In most cases it is enough to run gopass-jsonapi configure and follow the tutorial.

More details about Native Messaging can be found in the Chrome and MDN documentation.

Change default shortcut

On firefox, you can change the shortcut via "manage extension shortcut" in the extension menu. In Chrome under "keyboard shortcuts" in the hamburger menu in extensions.

Development

Contributions to this project are welcome!

For details on Pull Requests please read CONTRIBUTING.md.

To start with development of this extension

  • clone the repo
  • run yarn to install the dependencies
  • run make develop to setup the development directories for Firefox and Chrome
  • run make package to setup the release directories for Firefox and Chrome
  • run yarn test to run all unit tests, linters and auto-formatters
  • run make run-firefox to start an empty Firefox profile with the extension loaded and a debugger open
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].