Encryptor
Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.
Encryptor란 무엇입니까?
Encryptor은(는) 4thTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets."입니다.
확장 프로그램 스크린샷
Encryptor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Used to enable Elliptic-Curve Diffie-Hellman key agreement protocol, the Encryptor Extension adds the encryption layer currently not available in major Web3 wallets. It creates an elliptic curve key pair and computation of the shared secret key of the receiver/sender. While there are many encryption-based use cases possible, the Encryptor Extension is used by end users to enable end-to-end encrypted communication within on-chain emailing, messaging and data file transfers. The Encryptor Extension is open-source, fully self-custodial and enabled by choice. By continuing with the Encryptor install process, you acknowledge and agree with the terms and conditions of this licence agreement: https://github.com/4thtech/static-assets/raw/main/pdf/licence.pdf
확장 프로그램 기본 정보
이름 | Encryptor |
ID | feolajpinjjfikmmeknkdjbllbppojij |
공식 URL | https://chromewebstore.google.com/detail/encryptor/feolajpinjjfikmmeknkdjbllbppojij |
설명 | Encryptor adds support for the encryption layer currently not supported in major Web3 wallets. |
파일 크기 | 109 KB |
설치 횟수 | 293 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2024-01-18 |
출시 날짜 | 2023-03-06 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | 4thTech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://4thtech.io/ |
도움말 페이지 URL | https://4thtech.io/ |
개인정보 보호 정책 페이지 URL | https://github.com/4thtech/static-assets/raw/main/pdf/privacy-policy.pdf |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encryptor", "description": "Encryptor adds support for the encryption layer currently not supported in major Web3 wallets.", "version": "0.0.4", "manifest_version": 3, "icons": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "icons\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-9eb7a2c9.77e66a33.js" ], "matches": [ " |