BrGP for Chrome

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

Cos'è BrGP for Chrome?

BrGP for Chrome è un'estensione di Chrome sviluppata da NeoAtlantis, e la sua funzione principale è "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BrGP for Chrome

Scarica i file di estensione BrGP for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
URL Ufficiale https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
Descrizione Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
Dimensione del File 301 KB
Conteggio Installazioni 82
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-06-19
Data di Pubblicazione 2016-06-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore NeoAtlantis
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://bitbucket.org/neoatlantis/brgp-chrome
Lingue Supportate 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:\/\/*\/"
    ]
}