D-Cipher

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

Vad är D-Cipher?

D-Cipher är en Chrome-tillägg utvecklad av pascopuzzles, och dess huvudfunktion är "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner D-Cipher-förlängningens CRX-fil

Ladda ner D-Cipher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn D-Cipher D-Cipher
ID ccikjlmjdofmehnbeepghgjcdnapncag
Officiell webbadress https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag
Beskrivning Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Filstorlek 16.44 KB
Antal Installationer 74
Aktuell Version 1.0
Senast Uppdaterad 2020-12-29
Publiceringsdatum 2020-12-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pascopuzzles
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}