Item logo image for LocalPGP

LocalPGP

ExtensionPrivacy & Security
Item media 1 (screenshot) for LocalPGP

Overview

OpenPGP operations using your local GnuPG installation

Allows using local gnupg installation from the system via `gpgme-json`. ### Installing gpgme-json on your system **Debian/Ubuntu:** ```bash sudo apt install gpgme-json ``` **Fedora:** ```bash sudo dnf install gpgme ``` **Arch Linux:** ```bash sudo pacman -S gpgme ``` Verify installation: ```bash which gpgme-json # Should output: /usr/bin/gpgme-json ``` ### Install Native Messaging Host for Chrome/Chromium Native messaging allows the browser extension to communicate with `gpgme-json` on your system. Create the configuration file at `~/.config/chromium/NativeMessagingHosts/gpgmejson.json` (for Chromium) or `~/.config/google-chrome/NativeMessagingHosts/gpgmejson.json` (for Chrome): ```bash mkdir -p ~/.config/google-chrome/NativeMessagingHosts/ cat > ~/.config/google-chrome/NativeMessagingHosts/gpgmejson.json << 'EOF' { "name": "gpgmejson", "description": "Integration with GnuPG", "path": "/usr/bin/gpgme-json", "type": "stdio", "allowed_origins": [ "chrome-extension://ckgehekhpgcaaikpadklkkjgdgoebdnh/" ] } EOF ```

Details

  • Version
    0.1.1
  • Updated
    December 18, 2025
  • Offered by
    kushaldas
  • Size
    27.31KiB
  • Languages
    English (United States)
  • Developer
    Email
    kushaldas@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

For help with questions, suggestions, or problems, visit the developer's support site

Google apps