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.”。
扩展截图
下载Grd Me扩展crx文件
下载Grd Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |