AE Encrypt
Encrypt plain texts using various hashing algorithms and encoding methods.
AE Encryptคืออะไร?
AE Encrypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aescanes และคุณลักษณะหลักของมันคือ "Encrypt plain texts using various hashing algorithms and encoding methods."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AE Encrypt
ดาวน์โหลดไฟล์ส่วนขยาย AE Encrypt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AE Encrypt is a powerful Chrome extension that allows users to encrypt plain texts using various hashing algorithms and encoding methods. Whether you need to hash passwords for security or encode data for transmission, this extension provides a user-friendly interface for quick and secure text manipulation. Features * Hashing Options: Choose from popular hashing algorithms such as MD5, SHA-1, SHA-256, SHA-512, and RIPEMD160 to secure your data. * Base64 Encoding: Quickly encode and decode text using Base64 for safe transmission and storage. * User-Friendly Interface: The extension offers an intuitive and easy-to-use interface, making text encryption and decryption accessible to all users. * Clipboard Support: Easily copy the encrypted or decrypted text to your clipboard with a single click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AE Encrypt |
ID | iplnonhpbgpklonceogcjdjpllgapiga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ae-encrypt/iplnonhpbgpklonceogcjdjpllgapiga |
คำอธิบาย | Encrypt plain texts using various hashing algorithms and encoding methods. |
ขนาดไฟล์ | 56.53 KB |
จำนวนการติดตั้ง | 174 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2013-02-27 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | aescanes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aescanes/ae-encrypt-chromium-extension/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AE Encrypt", "version": "1.1.0", "description": "Encrypt plain texts using various hashing algorithms and encoding methods.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-19.png", "default_title": "AE Encrypt", "default_popup": "popup\/popup.html" } } |