EPS to PNG Converter

Convert EPS files to PNG format

Co to jest EPS to PNG Converter?

EPS to PNG Converter to rozszerzenie Chrome opracowane przez https://freepicturesolutions.com, a jego główną funkcją jest „Convert EPS files to PNG format”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia EPS to PNG Converter

Pobierz pliki rozszerzeń EPS to PNG Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Oficjalny URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Opis Convert EPS files to PNG format
Rozmiar pliku 118 KB
Liczba instalacji 421
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2020-11-05
Data Publikacji 2020-05-28
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://freepicturesolutions.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://freepicturesolutions.com/online/#eps-to-png-converter
Adres URL Strony Polityki Prywatności https://freepicturesolutions.com/privacy_policy.html
Obsługiwane Języki 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"
    ]
}