PNG to BMP Converter

Convert PNG files to BMP format

Что такое PNG to BMP Converter?

PNG to BMP Converter - это расширение Chrome, разработанное http://freepicturesolutions.com, и его основная функция - "Convert PNG files to BMP format".

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

screenshot

Скачать файл CRX расширения PNG to BMP Converter

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

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

                        How to convert PNG to BMP?	 

1-Click extension icon - this will open PNG to BMP online conversion website. 
2-Select PNG file and click convert button. 
3-You will get your BMP file download link in your email address.                    

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

Название PNG to BMP Converter PNG to BMP Converter
ID gcppeblhfpdndnafnnheffclkejlandm
Официальный URL https://chrome.google.com/webstore/detail/png-to-bmp-converter/gcppeblhfpdndnafnnheffclkejlandm
Описание Convert PNG files to BMP format
Размер файла 43.44 KB
Количество установок 436
Текущая Версия 2.0
Последнее Обновление 2020-05-28
Дата публикации 2020-05-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://freepicturesolutions.com
Тип оплаты free
Официальный сайт расширения http://freepicturesolutions.com/online/#png-to-bmp-converter
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PNG to BMP Converter",
    "default_locale": "en",
    "description": "Convert PNG files to BMP format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "2.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}