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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Secret Message Generator 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
Eメール [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"
        }
    }
}