D-Cipher

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

Что такое D-Cipher?

D-Cipher - это расширение Chrome, разработанное pascopuzzles, и его основная функция - "Encodes and decodes messages with Caesar, Atbash, or Vigenere cipher.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения D-Cipher

Скачайте файлы расширений 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
Электронная почта [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"
    }
}