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. 擴展基本資訊
| 名稱 | |
| ID | dfpdhfddmhkgpibedoejadlgpfkgakpb |
| 官方網址 | 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:\/\/*\/"
]
} | |