Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Что такое Base64 Encoder and Decoder?
Base64 Encoder and Decoder - это расширение Chrome, разработанное https://www.linkwebbie.com, и его основная функция - "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Снимки экрана расширения
Скачать файл CRX расширения Base64 Encoder and Decoder
Скачайте файлы расширений Base64 Encoder and Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Основная информация о расширении
Название | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Официальный URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Описание | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Размер файла | 64 KB |
Количество установок | 3,928 |
Текущая Версия | 1.5.2 |
Последнее Обновление | 2022-10-18 |
Дата публикации | 2018-08-01 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | https://www.linkwebbie.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.linkwebbie.com |
URL страницы политики конфиденциальности | https://www.linkwebbie.com/legal/privacy-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |