8000 GitHub - lguerrin/browsergopass
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lguerrin/browsergopass

Repository files navigation

BrowserGopass

It's a browser plugin to populate login from from credentials stored via gopass

Plugin

##Limitation

The last part of the key must be the login and the file must contains only the password

gopass insert <domain>/<login> 

Installation

  • Download the last release, and unarchive it where you want
  • Execute the install.sh

The native app is installed. Next you need intall the plugins

Firefox

Drag and dropthe XPI file to the extension page

Chrome

Drag and dropthe CRX file to the extension page

How build and test

You need to install:

  • gopass
  • go
  • npm

And run:

npm install -g browserify  

and next you can download sources and run:

npm install
make build install

The phase build will compile go source code and JS. Next install will copy plugin to chrome and firefox browser.

Next, you can load add-on from folder build and debug it from browser.

For chrome, you have to update extension ID in host.json after install and execute a second make build install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0