BrGP for Chrome

Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.

What is BrGP for Chrome?

BrGP for Chrome is a Chrome extension developed by NeoAtlantis, and its main feature is "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".

Extension Screenshots

screenshot
screenshot
screenshot

Download BrGP for Chrome Extension CRX File

Download BrGP for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds generic PGP features to your browser without external dependencies.
Beside full management by clicking on an icon added right-top, you may just encrypt
a text by right clicking on any selection in a web page. Decrypting PGP messages you
received is alike.

Features including (1) key management: key generating/importing/exporting (2) message generation: encrypting & signing and (3) message reading: decrypting & verifying.                    

Extension Basic Information

Name BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
Official URL https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
Description Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
File Size 301 KB
Installation Count 82
Current Version 0.0.5
Last Updated 2016-06-19
Publish Date 2016-06-19
Rating 5.00/5 Total 2 Ratings
Developer NeoAtlantis
Email [email protected]
Payment Type free
Help Page URL https://bitbucket.org/neoatlantis/brgp-chrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrGP for Chrome",
    "version": "0.0.5",
    "icons": {
        "48": "resource\/pgp-48.png"
    },
    "description": "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.",
    "author": "NeoAtlantis",
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": "resource\/pgp-32.png",
        "default_title": "BrGP"
    },
    "sandbox": {
        "pages": [
            "brgp\/index.html"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}