Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Что такое Gato Base 64 Encoder / Decoder?
Gato Base 64 Encoder / Decoder - это расширение Chrome, разработанное gatoapps, и его основная функция - "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
Снимки экрана расширения
Скачать файл CRX расширения Gato Base 64 Encoder / Decoder
Скачайте файлы расширений Gato Base 64 Encoder / Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format. Основная информация о расширении
| Название | |
| ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Официальный URL | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Описание | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
| Размер файла | 14.55 KB |
| Количество установок | 2,268 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2013-11-03 |
| Дата публикации | 2013-11-03 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | gatoapps |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gato Base 64 Encoder \/ Decoder",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
"browser_action": {
"default_icon": "icons\/16.png",
"default_popup": "popup.html"
}
} | |