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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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:\/\/*\/" ] } |