Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Keepassxc Browser | 1,478 | 3 days ago | 151 | gpl-3.0 | JavaScript | |||||
KeePassXC Browser Extension | ||||||||||
Smartproxy | 867 | 6 days ago | 29 | gpl-3.0 | TypeScript | |||||
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns. | ||||||||||
Keepassxc Proxy Rust | 44 | a year ago | 2 | gpl-3.0 | Rust | |||||
Application that works as a proxy between Native Messaging browser extension and KeePassXC | ||||||||||
Punisher | 12 | a year ago | 1 | other | PHP | |||||
PHP Web Proxy - Simple SaaS, Self Hosted, Zero-code web proxy | ||||||||||
Chrome Torbutton Extension | 4 | 9 years ago | 1 | JavaScript | ||||||
Chrome TorButton Extension | ||||||||||
Toggleproxy | 3 | 7 years ago | JavaScript | |||||||
A Pentadactyl plugin for switching proxy settings in a flash. | ||||||||||
Lightweight Container Proxy | 3 | 2 years ago | 1 | mit | JavaScript | |||||
:lock: Lightweight Firefox addon providing SOCKS5 proxy per container | ||||||||||
Kpxcpc | 2 | 2 years ago | mit | Go | ||||||
A KeePassXC-proxy command line client | ||||||||||
Pos Proxy | 2 | 6 years ago | mit | NSIS | ||||||
POS Proxy is a browser extension and native message host that enables web pages to connect to POS terminals via TCP sockets |
Browser extension for KeePassXC with Native Messaging.
Based on pfn's chromeIPass. Some changes merged also from smorks' KeePassHttp-Connector.
This browser extension was first supported in KeePassXC 2.3.0 (release end of 2017). In general it is advised to only use the latest available release.
Get the extension for Firefox or Chrome/Chromium or Microsoft Edge (requires KeePassXC 2.5.3 or newer).
Please see this document for instructions how to configure KeePassXC in order to connect the database correctly.
There are two methods which you can use KeePassXC-Browser to connect to KeePassXC:
KeePassXC-Browser communicates with KeePassXC through keepassxc-proxy. The proxy handles listening to STDIN/STDOUT and transfers these messages through Unix domain sockets / named pipes to KeePassXC. This means KeePassXC can be used and started normally without inteference from Native Messaging API. KeePassXC-Browser starts only the proxy application and there's no risk of shutting down KeePassXC or losing any unsaved changes. You don't need to install keepassxc-proxy separately. It is included in the latest KeePassXC fork. Alternatively you can use keepassxc-proxy-rust as a proxy if you prefer a non-Qt solution. There's also Python and C++ versions available at keepassxc-proxy.
KeePassXC-Browser communicates directly with KeePassXC via stdin/stdout. Using native messaging directly is a more secure as it ensures the traffic between KeePassXC and KeePassXC-Browser is direct. This method launches KeePassXC every time you start the browser and closes when you exit.
This can cause unsaved changes not to be saved. If you use this method it's important to enable Automatically save after every change
from KeePassXC's preferences. Because this option is not preferred as default it's good to test this feature with your OS and ensure KeePassXC asks to confirm any unsaved changes before exit.
The details about the messaging protocol used with the browser extension and KeePassXC can be found here.
Translations are managed on Transifex which offers a web interface. Please join an existing language team or request a new one if there is none.
See wiki.