Inline PGP
Automatically detects and decrypts PGP messages on a web page
Inline PGPคืออะไร?
Inline PGP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย waifutech และคุณลักษณะหลักของมันคือ "Automatically detects and decrypts PGP messages on a web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inline PGP
ดาวน์โหลดไฟล์ส่วนขยาย Inline PGP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds ad-hoc end-to-end encryption to any web application. Use PGP with messengers, forums, comment sections - anything, that has a web interface.
Features:
Detects PGP key and message blocks on any web page and replaces them with a nice UI.
Key management. Generate new or import existing keys.
Encrypts and decrypts text and small files. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ilbcgbbjobmcldeiebijihfbndolhbfl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inline-pgp/ilbcgbbjobmcldeiebijihfbndolhbfl |
| คำอธิบาย | Automatically detects and decrypts PGP messages on a web page |
| ขนาดไฟล์ | 3.48 MB |
| จำนวนการติดตั้ง | 126 |
| เวอร์ชันปัจจุบัน | 0.1.2 |
| อัปเดตครั้งล่าสุด | 2020-10-07 |
| วันที่เผยแพร่ | 2019-01-18 |
| คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | waifutech |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/waifutech/inline-pgp |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inline PGP",
"version": "0.1.2",
"description": "Automatically detects and decrypts PGP messages on a web page",
"manifest_version": 2,
"permissions": [
"storage",
"contextMenus"
],
"background": {
"scripts": [
"dist\/background-build.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"dist\/content-build.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"frame.html",
"dist\/frame-build.js",
"dist\/frame-build.css"
]
} | |