Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

Что такое Instant Base64?

Instant Base64 - это расширение Chrome, разработанное Marius Olbertz, и его основная функция - "Instantly converts an image to its Base64 string value and copies it to the clipboard.".

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

screenshot

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

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

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

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

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

Название Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
Официальный URL https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Описание Instantly converts an image to its Base64 string value and copies it to the clipboard.
Размер файла 7.64 KB
Количество установок 110
Текущая Версия 0.2.0
Последнее Обновление 2014-08-11
Дата публикации 2014-08-11
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Marius Olbertz
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}