Inline PGP
Automatically detects and decrypts PGP messages on a web page
Inline PGP là gì?
Inline PGP là một tiện ích mở rộng Chrome được phát triển bởi waifutech, và tính năng chính của nó là "Automatically detects and decrypts PGP messages on a web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inline PGP
Tải xuống các tệp mở rộng Inline PGP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inline PGP |
ID | ilbcgbbjobmcldeiebijihfbndolhbfl |
URL Chính Thức | https://chromewebstore.google.com/detail/inline-pgp/ilbcgbbjobmcldeiebijihfbndolhbfl |
Mô tả | Automatically detects and decrypts PGP messages on a web page |
Kích Thước Tệp | 3.48 MB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2020-10-07 |
Ngày Phát Hành | 2019-01-18 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | waifutech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/waifutech/inline-pgp |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |