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
电子邮箱 [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"
        ]
    }
}