Text Encryption Tool
Encrypt, decrypt, store, and sync textual data using SHA-256 Hash algorithm
Text Encryption Tool란 무엇입니까?
Text Encryption Tool은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Encrypt, decrypt, store, and sync textual data using SHA-256 Hash algorithm"입니다.
확장 프로그램 스크린샷
Text Encryption Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enhances your right-click context menu for text selections with the following options: 1. Securely copy selected text to the clipboard with encryption. 2. Encrypt selected text and securely save it in synchronized storage. 3. Replace the original content with encrypted text. In addition, it offers the ability to: 4. Decrypt encrypted text and copy it to the clipboard. 5. Decrypt encrypted text and replace the original content. Important details about the extension: - The extension uses your passphrase to generate a new SHA-256 private key and a random public key for text encryption and decryption. - Please remember your passphrase, as there is no way to recover encrypted text if it is forgotten. For your privacy, the extension does not store passphrases. - You can choose to store encrypted content in your browser's synchronized storage for easy access across synced browsers. Some use cases for this extension include: 1. Safely encrypting passwords when sending emails. 2. Privately archiving important data. 3. Securely transmitting sensitive information, like passwords, to another device. Privacy assurance: This extension operates entirely offline, ensuring no data is sent to any external server.
확장 프로그램 기본 정보
이름 | Text Encryption Tool |
ID | dbamnickgaplfmadnoegnbpjlojmjpge |
공식 URL | https://chromewebstore.google.com/detail/text-encryption-tool/dbamnickgaplfmadnoegnbpjlojmjpge |
설명 | Encrypt, decrypt, store, and sync textual data using SHA-256 Hash algorithm |
파일 크기 | 39.34 KB |
설치 횟수 | 858 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2017-12-20 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | joue.quroi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/text-encryption-tool.html |
도움말 페이지 URL | https://webextension.org/listing/text-encryption-tool.html |
지원되는 언어 | de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.5", "name": "Text Encryption Tool", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "permissions": [ "contextMenus", "notifications", "storage", "activeTab", "scripting" ], "homepage_url": "https:\/\/webextension.org\/listing\/text-encryption-tool.html", "background": { "service_worker": "worker.js" }, "action": [], "commands": { "_execute_action": [] } } |