Secret Message Generator
Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Secret Message Generatorคืออะไร?
Secret Message Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://secret-message.web.app และคุณลักษณะหลักของมันคือ "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secret Message Generator
ดาวน์โหลดไฟล์ส่วนขยาย Secret Message Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can enter a message, and it will give you an encrypted value and 3 numbers(keys). You can send those to someone, and it can be decrypted and read.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
คำอธิบาย | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
ขนาดไฟล์ | 219 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-10-12 |
วันที่เผยแพร่ | 2021-03-15 |
ผู้พัฒนา | https://secret-message.web.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://secret-message.web.app/ |
URL หน้าช่วยเหลือ | https://secret-message.web.app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secret Message Generator", "description": "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } } } |