https://github.com/irtimmer/webpass
Web extension for zx2c4's pass
https://github.com/irtimmer/webpass
chrome firefox pass password password-manager webextension
Last synced: about 1 month ago
JSON representation
Web extension for zx2c4's pass
- Host: GitHub
- URL: https://github.com/irtimmer/webpass
- Owner: irtimmer
- License: gpl-2.0
- Created: 2017-08-27T20:07:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T16:15:51.000Z (over 8 years ago)
- Last Synced: 2025-01-26T20:46:42.771Z (over 1 year ago)
- Topics: chrome, firefox, pass, password, password-manager, webextension
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebPass
WebPass is a web extension for [zx2c4's pass](https://www.passwordstore.org/).
It can autofill passwords from your password store into website login pages.
## Requirements
- Web extension compatible browser like Chrome or Firefox
- GPG installed and available in your PATH
- Python 3 installed as default Python interpreter
## Installation
The WebPass extension requires the installation of a native messaging host.
Download *host/webpass* and change *path* in *host/\*.json* so it refers to *host/webpass*.
Copy *host/webpass.chrome.json* or *host/webpass.firefox.json*, depending on your browser to finish the installation:
- Linux/BSD
- Chrome/Chromium
- User: `~/.config/{google-chrome,chromium}/NativeMessagingHosts/webpass.json`
- System: `/etc/{opt/chrome,chromium}/native-messaging-hosts/webpass.json`
- Firefox
- User: `~/.mozilla/native-messaging-hosts/webpass.json`
- System: `/usr/{lib,lib64,share}/mozilla/native-messaging-hosts/webpass.json`
- MacOS
- Chrome/Chromium
- Per-user: `~/Library/Application Support/{Google/Chrome,Chromium}/NativeMessagingHosts/webpass.json`
- System-wide: `/Library/{Google/Chrome,Chromium}/NativeMessagingHosts/webpass.json`
- Firefox
- `/Library/Application Support/Mozilla/NativeMessagingHosts/webpass.json`
The extensions can be made by running `make`.
Install *webpass.xpi* (Firefox) or *webpass.crx* (Chrome/Chromium) into your browser.
## Copyright and license
Copyright 2017 Iwan Timmer.
Distributed under the GNU GPL v2 or later. For full terms see the LICENSE file.