PEMCRYPT Encrypt large files
A chrome extension to share encrypted data using your private and public keys.
PEMCRYPT Encrypt large filesとは何ですか?
PEMCRYPT Encrypt large filesはDavid Coelho Guedesによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to share encrypted data using your private and public keys.」です。
拡張機能のスクリーンショット
PEMCRYPT Encrypt large files拡張機能のCRXファイルをダウンロード
PEMCRYPT Encrypt large files拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables users to encrypt large files that will be shared. It enables the user to add their own public and private keys. In this way, you can encrypt a file using a recipient's public key. So the recipient can decrypt with their private key.
拡張機能の基本情報
名前 | PEMCRYPT Encrypt large files |
ID | cgcleonhiilfonodedicmihmhhbceokj |
公式URL | https://chromewebstore.google.com/detail/pemcrypt-encrypt-large-fi/cgcleonhiilfonodedicmihmhhbceokj |
説明 | A chrome extension to share encrypted data using your private and public keys. |
ファイルサイズ | 2.59 MB |
インストール数 | 37 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-05-21 |
公開日 | 2022-05-17 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | David Coelho Guedes |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.linkedin.com/in/david-coelho/ |
ヘルプページのURL | https://www.linkedin.com/in/david-coelho/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to share encrypted data using your private and public keys.", "version": "1.0.0", "manifest_version": 3, "name": "PEMCRYPT Encrypt large files", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |