D-Cipher

Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.

D-Cipherとは何ですか?

D-Cipherはpascopuzzlesによって開発されたChromeの拡張機能で、その主な機能は「Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Encrypt and decrypt messages with Caesar, Atbash, or Vigenere cipher. 

Especially useful for ROT-13 messages, which is often used online to disguise text (the default index for Caesar ciphers is set at 13, to make it easy to translate into/out of ROT-13).                    

拡張機能の基本情報

名前 D-Cipher D-Cipher
ID ccikjlmjdofmehnbeepghgjcdnapncag
公式URL https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag
説明 Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
ファイルサイズ 16.44 KB
インストール数 74
現在のバージョン 1.0
最終更新日 2020-12-29
公開日 2020-12-29
評価 5.00/5 合計 1 レビュー
開発者 pascopuzzles
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Cipher",
    "description": "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.",
    "version": "1.0",
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "192": "img\/android-chrome-192x192.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "decoder.html"
    }
}