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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grd Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}