PGP Anywhere
Use PGP wherever you are
What is PGP Anywhere?
PGP Anywhere is a Chrome extension developed by Nicolas Giese, and its main feature is "Use PGP wherever you are".
Extension Screenshots
Download PGP Anywhere Extension CRX File
Download PGP Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | cdlcdnmhcodhagbmljapgbjdimjckilb |
Official URL | https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb |
Description | Use PGP wherever you are |
File Size | 1.5 MB |
Installation Count | 3,420 |
Current Version | 5.0.2 |
Last Updated | 2021-07-21 |
Publish Date | 2018-02-18 |
Rating | 4.08/5 Total 167 Ratings |
Developer | Nicolas Giese |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |