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