base64 decoder

Easily en- and decode any text to/from base64 right in your browser!

Что такое base64 decoder?

base64 decoder - это расширение Chrome, разработанное WeeklyMeat, и его основная функция - "Easily en- and decode any text to/from base64 right in your browser!".

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

screenshot
screenshot

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

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

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

                        This extenstion helps people quickly en- and decode text right within their browser.
It offers a live preview and a button to copy it.

It was a small side project of me to understand chrome extensions.
The focus lied on good usability and design.

I hope this extension can help anyone in anyway.                    

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

Название base64 decoder base64 decoder
ID dddmeikdhjlegajibedepmbjmiigmiec
Официальный URL https://chromewebstore.google.com/detail/base64-decoder/dddmeikdhjlegajibedepmbjmiigmiec
Описание Easily en- and decode any text to/from base64 right in your browser!
Размер файла 59.94 KB
Количество установок 396
Текущая Версия 1.0.0
Последнее Обновление 2020-10-26
Дата публикации 2020-10-25
Рейтинг 5.00/5 Всего 7 оценок
Разработчик WeeklyMeat
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/WeeklyMeat/chrome_base64_en-decoder
URL страницы помощи https://www.paypal.com/paypalme/weeklymeat
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "base64 decoder",
    "description": "Easily en- and decode any text to\/from base64 right in your browser!",
    "version": "1.0.0",
    "icons": {
        "256": "icon_256.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}