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 là gì?

BrGP for Chrome là một tiện ích mở rộng Chrome được phát triển bởi NeoAtlantis, và tính năng chính của nó là "Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrGP for Chrome

Tải xuống các tệp mở rộng BrGP for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrGP for Chrome BrGP for Chrome
ID dfpdhfddmhkgpibedoejadlgpfkgakpb
URL Chính Thức https://chromewebstore.google.com/detail/brgp-for-chrome/dfpdhfddmhkgpibedoejadlgpfkgakpb
Mô tả Extend the browser with generic PGP features. Manage PGP keys and process messages via dashboard or right-click menu.
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2016-06-19
Ngày Phát Hành 2016-06-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển NeoAtlantis
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://bitbucket.org/neoatlantis/brgp-chrome
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}