Base 64 Encoder-Decoder

Base 64 Encoder-Decoder

Что такое Base 64 Encoder-Decoder?

Base 64 Encoder-Decoder - это расширение Chrome, разработанное Bassem Abuein, и его основная функция - "Base 64 Encoder-Decoder".

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

screenshot

Скачать файл CRX расширения Base 64 Encoder-Decoder

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

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

                        This extension allows the user to handle Base-64 encoding and decoding for String.

This extension solves The "Unicode Problem" for base-64 encoding/decoding. However, other chrome extensions don't provide a solution to this problem.

This extension allows the user to save encoded or decode value for future reference at your local chrome storage. Additionally, you can remove the encoded or decoded value from the saved list.



Remember,
1-This extension can work offline.
2-everything saved locally. Nothing stored on a server.                    

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

Название Base 64 Encoder-Decoder Base 64 Encoder-Decoder
ID klgbhpehdkhacfjinfdjfjiklbmaadob
Официальный URL https://chromewebstore.google.com/detail/base-64-encoder-decoder/klgbhpehdkhacfjinfdjfjiklbmaadob
Описание Base 64 Encoder-Decoder
Размер файла 75.68 KB
Количество установок 614
Текущая Версия 1.1
Последнее Обновление 2021-08-05
Дата публикации 2018-06-25
Рейтинг 4.80/5 Всего 5 оценок
Разработчик Bassem Abuein
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Base 64 Encoder-Decoder",
    "description": "Base 64 Encoder-Decoder",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}