BrGP for Chrome
Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
Apa itu BrGP for Chrome?
BrGP for Chrome adalah ekstensi Chrome yang dikembangkan oleh NeoAtlantis, dan fitur utamanya adalah "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BrGP for Chrome
Unduh file ekstensi BrGP for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BrGP for Chrome |
ID | dfpdhfddmhkgpibedoejadlgpfkgakpb |
URL Resmi | https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb |
Deskripsi | Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu. |
Ukuran File | 301 KB |
Jumlah Instalasi | 82 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2016-06-19 |
Tanggal Publikasi | 2016-06-19 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | NeoAtlantis |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://bitbucket.org/neoatlantis/brgp-chrome |
Bahasa yang Didukung | 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:\/\/*\/" ] } |