Grd Me
Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform.
Grd Meคืออะไร?
Grd Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grd.me และคุณลักษณะหลักของมันคือ "Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grd Me
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |