EPS to PNG Converter

Convert EPS files to PNG format

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

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

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

screenshot
screenshot

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

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

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

                        How to convert EPS to PNG?	 

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

3.0 Version
Now extension detects eps links when downloaded and offer to convert them to other format on the webpage where download was started.                    

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

Название EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Официальный URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Описание Convert EPS files to PNG format
Размер файла 118 KB
Количество установок 421
Текущая Версия 3.0
Последнее Обновление 2020-11-05
Дата публикации 2020-05-28
Рейтинг 3.67/5 Всего 3 оценок
Разработчик https://freepicturesolutions.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://freepicturesolutions.com/online/#eps-to-png-converter
URL страницы политики конфиденциальности https://freepicturesolutions.com/privacy_policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPS to PNG Converter",
    "default_locale": "en",
    "description": "Convert EPS files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "activeTab"
    ],
    "version": "3.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "script.js"
    ]
}