PGP Anywhere
Use PGP wherever you are
PGP Anywhereคืออะไร?
PGP Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Giese และคุณลักษณะหลักของมันคือ "Use PGP wherever you are"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PGP Anywhere
ดาวน์โหลดไฟล์ส่วนขยาย PGP Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use PGP wherever you are - including encryption and digital signatures! ++ Full clientside encryption of your keyring ++ Cloud - Synchronization ++ Anonymous ++ Simple & Fast ++ Open Source ++ Active Development ++ Support for digital signatures ++ Permissions required: - Storage (to be allowed to sync encrypted keyrings to the cloud) - Identity (to be able to check if the user is logged in and initiating sync) Source: https://github.com/JamesCullum/PGP-Anywhere
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdlcdnmhcodhagbmljapgbjdimjckilb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb |
คำอธิบาย | Use PGP wherever you are |
ขนาดไฟล์ | 1.5 MB |
จำนวนการติดตั้ง | 3,420 |
เวอร์ชันปัจจุบัน | 5.0.2 |
อัปเดตครั้งล่าสุด | 2021-07-21 |
วันที่เผยแพร่ | 2018-02-18 |
คะแนน | 4.08/5 รวมทั้งหมด 167 คะแนน |
ผู้พัฒนา | Nicolas Giese |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PGP Anywhere", "description": "__MSG_manifest_description__", "default_locale": "en", "version": "5.0.2", "icons": { "16": "img\/favicon_16.png", "48": "img\/favicon_48.png", "64": "img\/favicon.png", "128": "img\/favicon_128.png" }, "options_page": "html\/options.html", "browser_action": { "default_icon": "img\/favicon_19.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "identity", "identity.email" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] } } |