BrGP for Chrome

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

BrGP for Chromeとは何ですか?

BrGP for ChromeはNeoAtlantisによって開発されたChromeの拡張機能で、その主な機能は「Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BrGP for Chrome拡張機能のCRXファイルをダウンロード

BrGP for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
公式URL https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
説明 Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
ファイルサイズ 301 KB
インストール数 82
現在のバージョン 0.0.5
最終更新日 2016-06-19
公開日 2016-06-19
評価 5.00/5 合計 2 レビュー
開発者 NeoAtlantis
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://bitbucket.org/neoatlantis/brgp-chrome
対応言語 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:\/\/*\/"
    ]
}