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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BrGP for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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:\/\/*\/"
    ]
}