Easy KeyBase.io Encryption

Easy KeyBase.io Public Key Encryption.

Easy KeyBase.io Encryption란 무엇입니까?

Easy KeyBase.io Encryption은(는) mbrandonweb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy KeyBase.io Public Key Encryption."입니다.

확장 프로그램 스크린샷

Easy KeyBase.io Encryption 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTE:  This Extension is no longer maintained.  Keybase launched an official extension please use that one.  Thank you for all of my users that took my little project and mean something for a couple of years.  I appreciate you all!

=-=-=-=-=-=-=-=-=-=

Easy KeyBase.io Encryption is a simple plugin that allows you to encrypt a string of text with someone's KeyBase.io public key.  The encryption system uses KeyBase's kbpgp.js library allowing for fast, accurate, and relatively safe encryption.

The application can then export the encrypted string to the clipboard or upload it to PasteBin for ease of use.

You can now also use a private key stored on KeyBase.io to sign messages both encrypted and plain text.

This application is free and open source.

For the full source:
https://github.com/tehbmar/easy-keybase.io-encryption-extension

Support KeyBase.io and sign up today!
https://keybase.io                    

확장 프로그램 기본 정보

이름 Easy KeyBase.io Encryption Easy KeyBase.io Encryption
ID bhoocemedffiopognacolpjbnpncdegk
공식 URL https://chromewebstore.google.com/detail/easy-keybaseio-encryption/bhoocemedffiopognacolpjbnpncdegk
설명 Easy KeyBase.io Public Key Encryption.
파일 크기 829 KB
설치 횟수 221
현재 버전 0.40
최근 업데이트 2019-08-20
출시 날짜 2019-08-20
평점 4.67/5 총 6 개의 평점
개발자 mbrandonweb
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy KeyBase.io Encryption",
    "description": "Easy KeyBase.io Public Key Encryption.",
    "options_page": "options.html",
    "version": "0.40",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "storage",
        "https:\/\/keybase.io\/*",
        "https:\/\/pastebin.com\/api\/api_post.php"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/kbpgp-2.0.8-min.js",
            "js\/jquery-2.2.0.min.js",
            "js\/kbeRightClick.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "kbe.html",
        "persistent": true
    }
}