PGP Anywhere

Use PGP wherever you are

PGP Anywhereとは何ですか?

PGP AnywhereはNicolas Gieseによって開発されたChromeの拡張機能で、その主な機能は「Use PGP wherever you are」です。

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

screenshot

PGP Anywhere拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use PGP wherever you are - including encryption and digital signatures!

++ Full clientside encryption of your keyring ++ Cloud - Synchronization ++ Anonymous ++ Simple & Fast ++ Open Source ++ Active Development ++ Support for digital signatures ++

Permissions required:
- Storage (to be allowed to sync encrypted keyrings to the cloud)
- Identity (to be able to check if the user is logged in and initiating sync)

Source: https://github.com/JamesCullum/PGP-Anywhere                    

拡張機能の基本情報

名前 PGP Anywhere PGP Anywhere
ID cdlcdnmhcodhagbmljapgbjdimjckilb
公式URL https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb
説明 Use PGP wherever you are
ファイルサイズ 1.5 MB
インストール数 3,420
現在のバージョン 5.0.2
最終更新日 2021-07-21
公開日 2018-02-18
評価 4.08/5 合計 167 レビュー
開発者 Nicolas Giese
Eメール [email protected]
支払い方法 free
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PGP Anywhere",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "version": "5.0.2",
    "icons": {
        "16": "img\/favicon_16.png",
        "48": "img\/favicon_48.png",
        "64": "img\/favicon.png",
        "128": "img\/favicon_128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": "img\/favicon_19.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    }
}