SVG to EPS Converter
Convert SVG files to EPS format
Что такое SVG to EPS Converter?
SVG to EPS Converter - это расширение Chrome, разработанное https://freepicturesolutions.com, и его основная функция - "Convert SVG files to EPS format".
Снимки экрана расширения
Скачать файл CRX расширения SVG to EPS Converter
Скачайте файлы расширений SVG to EPS Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        How to convert SVG to EPS?	 
1-Click extension icon - this will open SVG to EPS online conversion website. 
2-Select SVG file and click convert button. 
3-You will get your EPS file download link in your email address.                     Основная информация о расширении
| Название |   |  
| ID | enelficfghbpglhohhkfldjkoeiochhn | 
| Официальный URL | https://chromewebstore.google.com/detail/svg-to-eps-converter/enelficfghbpglhohhkfldjkoeiochhn | 
| Описание | Convert SVG files to EPS format | 
| Размер файла | 43.24 KB | 
| Количество установок | 419 | 
| Текущая Версия | 2.0 | 
| Последнее Обновление | 2020-05-29 | 
| Дата публикации | 2020-05-29 | 
| Рейтинг | 5.00/5 Всего 3 оценок | 
| Разработчик | https://freepicturesolutions.com | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://freepicturesolutions.com/online/#svg-to-eps-converter | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG to EPS Converter",
    "default_locale": "en",
    "description": "Convert SVG files to EPS format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "2.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}  |  |