BrGP for Chrome

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

Qu'est-ce que BrGP for Chrome ?

BrGP for Chrome est une extension Chrome développée par NeoAtlantis, et sa fonction principale est "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BrGP for Chrome

Téléchargez les fichiers d'extension BrGP for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
URL Officiel 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.
Taille du Fichier 301 KB
Nombre d'Installations 82
Version Actuelle 0.0.5
Dernière Mise à Jour 2016-06-19
Date de Publication 2016-06-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur NeoAtlantis
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://bitbucket.org/neoatlantis/brgp-chrome
Langues Prises en Charge 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:\/\/*\/"
    ]
}