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是由https://secret-message.web.app開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ipjelanlkjfnojofehmehngipjaljlbk |
| 官方網址 | 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"
}
}
} | |