Convert Base64
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Что такое Convert Base64?
Convert Base64 - это расширение Chrome, разработанное André Paraíso, и его основная функция - "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Снимки экрана расширения
Скачать файл CRX расширения Convert Base64
Скачайте файлы расширений Convert Base64 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it. The conversion is open in a new window that will allow you to copy it.
Основная информация о расширении
Название | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
Официальный URL | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Описание | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Размер файла | 7.34 KB |
Количество установок | 14 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2016-01-28 |
Дата публикации | 2016-01-28 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | André Paraíso |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Base64", "version": "1.3.1", "manifest_version": 2, "icons": { "128": "logoprd.png" }, "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "browser_action": { "default_icon": "logoprd.png", "default_title": "Convert Base64", "default_popup": "src\/popup.html" }, "permissions": [ " |