D-Cipher
Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.
Cos'è D-Cipher?
D-Cipher è un'estensione di Chrome sviluppata da pascopuzzles, e la sua funzione principale è "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D-Cipher
Scarica i file di estensione D-Cipher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | D-Cipher |
ID | ccikjlmjdofmehnbeepghgjcdnapncag |
URL Ufficiale | https://chromewebstore.google.com/detail/d-cipher/ccikjlmjdofmehnbeepghgjcdnapncag |
Descrizione | Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher. |
Dimensione del File | 16.44 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-29 |
Data di Pubblicazione | 2020-12-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | pascopuzzles |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |