EPS to SVG Converter
Convert EPS files to SVG format
Co to jest EPS to SVG Converter?
EPS to SVG Converter to rozszerzenie Chrome opracowane przez http://freepicturesolutions.com, a jego główną funkcją jest „Convert EPS files to SVG format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EPS to SVG Converter
Pobierz pliki rozszerzeń EPS to SVG 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 SVG? 1-Click extension icon - this will open EPS to SVG online conversion website. 2-Select EPS file and click convert button. 3-You will get your SVG file download link in your email address.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cbnialpfbcjllckofoknikehomdjhcgc |
Oficjalny URL | https://chrome.google.com/webstore/detail/eps-to-svg-converter/cbnialpfbcjllckofoknikehomdjhcgc |
Opis | Convert EPS files to SVG format |
Rozmiar pliku | 43.18 KB |
Liczba instalacji | 1,391 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2020-05-29 |
Data Publikacji | 2020-05-28 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://freepicturesolutions.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://freepicturesolutions.com/online/#eps-to-svg-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 SVG Converter", "default_locale": "en", "description": "Convert EPS files to SVG format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |