BrGP for Chrome

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

O que é BrGP for Chrome?

BrGP for Chrome é uma extensão do Chrome desenvolvida por NeoAtlantis, e sua principal característica é "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BrGP for Chrome

Baixe arquivos de extensão BrGP for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
URL Oficial https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
Descrição Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
Tamanho do Arquivo 301 KB
Contagem de Instalações 82
Versão Atual 0.0.5
Última Atualização 2016-06-19
Data de Publicação 2016-06-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor NeoAtlantis
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://bitbucket.org/neoatlantis/brgp-chrome
Idiomas Suportados 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:\/\/*\/"
    ]
}