Decode64

A chrome extension to encode and decode base64 strings

Что такое Decode64?

Decode64 - это расширение Chrome, разработанное Baris, и его основная функция - "A chrome extension to encode and decode base64 strings".

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

screenshot

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

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

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

                        This extension allows you to encode and decide any given string from and to base64.

Features: 
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode                    

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

Название Decode64 Decode64
ID negeochodnalfpdkinmdlpcchefbjoif
Официальный URL https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif
Описание A chrome extension to encode and decode base64 strings
Размер файла 109 KB
Количество установок 37
Текущая Версия 2.0.0
Последнее Обновление 2023-02-01
Дата публикации 2021-04-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Baris
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to encode and decode base64 strings",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Decode64",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}