SVG to PNG Converter

Convert SVG files to PNG format

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

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

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

screenshot

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

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

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

                        How to convert SVG to PNG?	 

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

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

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