Grd Me

Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform.

Grd Me란 무엇입니까?

Grd Me은(는) https://grd.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Grd Me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whether you're writing an email, chatting on Facebook, or anything else really, Grd Me keeps your communication secure and completely private. The encryption is as simple as a keyboard shortcut, and the decryption is seamless.  Grd Me currently supports AES and ECC for both symmetric and asymmetric encryption.

Grd Me is designed with openness and decentralization at its core. Therefore we have published all the source code and designed it in such a way that for its core functionality you don't have to trust anything at all. For the full feature-set you need only trust our servers to be available (they can be otherwise completely compromised and the system will still remain secure and private).                    

확장 프로그램 기본 정보

이름 Grd Me Grd Me
ID nmmcijpjifhjcfdjlfnkcimjkccombbi
공식 URL https://chromewebstore.google.com/detail/grd-me/nmmcijpjifhjcfdjlfnkcimjkccombbi
설명 Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform.
파일 크기 1.07 MB
설치 횟수 38
현재 버전 2.5.6
최근 업데이트 2015-09-09
출시 날짜 2015-09-08
평점 5.00/5 총 1 개의 평점
개발자 https://grd.me
결제 유형 free
확장 프로그램 웹 사이트 https://grd.me
도움말 페이지 URL https://grd.me/#feedback
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grd Me",
    "short_name": "Grd Me",
    "version": "2.5.6",
    "manifest_version": 2,
    "description": "Grd Me (\/\u0261\u00e4rd m\u0113\/) is an open source browser plugin that provides encrypted communication across any web platform.",
    "homepage_url": "https:\/\/grd.me",
    "author": "Winston Howes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "assets\/bg\/sharedKeyManager.js",
            "assets\/bg\/workerManager.js",
            "assets\/bg\/clipboard.js",
            "assets\/bg\/intercept.js",
            "assets\/bg\/background.js",
            "assets\/inject\/lib\/jquery-2.1.3.js",
            "assets\/inject\/lib\/ecc.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Grd Me Key Manager",
        "default_popup": "assets\/browser_action\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "https:\/\/grd.me\/",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/decrypt.grd.me\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "assets\/inject\/lib\/emojify.css"
            ],
            "js": [
                "assets\/inject\/lib\/aes.js",
                "assets\/inject\/lib\/sha256.js",
                "assets\/inject\/lib\/ecc.js",
                "assets\/inject\/lib\/jquery-2.1.3.js",
                "assets\/inject\/lib\/mousetrap.js",
                "assets\/inject\/lib\/linkify.js",
                "assets\/inject\/lib\/emojify.js",
                "assets\/inject\/intercept.js",
                "assets\/inject\/frameComm.js",
                "assets\/inject\/observer.js",
                "assets\/inject\/cryptoManager.js",
                "assets\/inject\/main.js"
            ]
        }
    ],
    "options_page": "assets\/options\/options.html",
    "options_ui": {
        "page": "assets\/options\/options.html",
        "chrome_style": true
    }
}