Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

Что такое Encode-Decode?

Encode-Decode - это расширение Chrome, разработанное https://tylucaskelley.com, и его основная функция - "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений Encode-Decode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Great for web developers! Features include:

1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs.
2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit).
3. Error checking, so you don't try to combine "HTML" and "hash" by accident!

Check out the source code on GitHub as well!                    

Основная информация о расширении

Название Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
Официальный URL https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
Описание Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Размер файла 164 KB
Количество установок 979
Текущая Версия 5.1
Последнее Обновление 2014-11-13
Дата публикации 2014-11-13
Рейтинг 4.38/5 Всего 8 оценок
Разработчик https://tylucaskelley.com
Тип оплаты free
Официальный сайт расширения https://github.com/tylucaskelley/encode-decode
URL страницы помощи https://github.com/tylucaskelley/encode-decode
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Encode-Decode",
    "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.",
    "version": "5.1",
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Encode-Decode",
        "default_popup": "index.html"
    }
}