D-Cipher

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

Co je D-Cipher?

D-Cipher je rozšíření Chrome vyvinuté pascopuzzles, a jeho hlavní funkcí je „Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření D-Cipher

Stáhněte si soubory rozšíření D-Cipher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název D-Cipher D-Cipher
ID ccikjlmjdofmehnbeepghgjcdnapncag
Oficiální URL https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag
Popis Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Velikost souboru 16.44 KB
Počet instalací 74
Aktuální Verze 1.0
Poslední Aktualizace 2020-12-29
Datum Vydání 2020-12-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář pascopuzzles
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}