Caesar Cipher

Encrypts and decrypts messages using the Caesar Cipher encryption technique.

Caesar Cipherとは何ですか?

Caesar Cipherはbwiitdevによって開発されたChromeの拡張機能で、その主な機能は「Encrypts and decrypts messages using the Caesar Cipher encryption technique.」です。

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

screenshot

Caesar Cipher拡張機能のCRXファイルをダウンロード

Caesar Cipher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Caesar Cipher, named after Julius Caesar, is an ancient encryption/decryption technique that shifts the alphabetical position of every letter in a message by a specified amount, or key. Encrypted messages can be sent by the sender to other receivers to be decrypted as long as the two parties agree on a numbered key first.

Although a very insecure method of encryption by today's standards, users can have fun sending  and receiving encrypted messages using this extension.                    

拡張機能の基本情報

名前 Caesar Cipher Caesar Cipher
ID gdbjlnocejnbinagihejclkjipfaigna
公式URL https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna
説明 Encrypts and decrypts messages using the Caesar Cipher encryption technique.
ファイルサイズ 30.41 KB
インストール数 44
現在のバージョン 1.1
最終更新日 2023-11-21
公開日 2023-01-02
評価 5.00/5 合計 1 レビュー
開発者 bwiitdev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Caesar Cipher",
    "description": "Encrypts and decrypts messages using the Caesar Cipher encryption technique.",
    "version": "1.1",
    "author": "Brandon Wiitanen, Spencer Wiitanen",
    "action": {
        "default_popup": "index.html",
        "default_title": "Caesar Cipher"
    },
    "icons": {
        "16": "images\/caesar.png",
        "32": "images\/caesar.png",
        "48": "images\/caesar.png",
        "128": "images\/caesar.png"
    }
}