Base64 encoder & decoder

Encode text into base64 and base64 into text

Что такое Base64 encoder & decoder?

Base64 encoder & decoder - это расширение Chrome, разработанное Developer64, и его основная функция - "Encode text into base64 and base64 into text".

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

screenshot
screenshot

Скачать файл CRX расширения Base64 encoder & decoder

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

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

                        Encode some text into base64 in your browser ! Easy and fast.

You can encode text into base64 and base64 into text.
Just in your browser.                    

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

Название Base64 encoder & decoder Base64 encoder & decoder
ID jiklnlhpmjoonfenfeebmmgbkmlmfcjk
Официальный URL https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk
Описание Encode text into base64 and base64 into text
Размер файла 6.63 KB
Количество установок 27
Текущая Версия 1.0
Последнее Обновление 2018-11-02
Дата публикации 2018-11-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Developer64
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sites.google.com/view/mineblock-app
URL страницы помощи https://sites.google.com/view/mineblock-app/help
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 encoder & decoder",
    "version": "1.0",
    "description": "Encode text into base64 and base64 into text",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}